'宣言 Protected Overridable Sub ScaleMinMaxSize( _ ByVal xScaleFactor As System.Single, _ ByVal yScaleFactor As System.Single, _ Optional ByVal updateContainerSize As System.Boolean _ )
'使用法 Dim instance As BaseForm Dim xScaleFactor As System.Single Dim yScaleFactor As System.Single Dim updateContainerSize As System.Boolean instance.ScaleMinMaxSize(xScaleFactor, yScaleFactor, updateContainerSize)
protected virtual void ScaleMinMaxSize( System.float? xScaleFactor, System.float? yScaleFactor, System.bool? updateContainerSize )
パラメータ
- xScaleFactor
- yScaleFactor
- updateContainerSize