PowerTools PlusPak for Windows Forms 8.0J
ScaleControl(SizeF,BoundsSpecified) メソッド

コントロールの高さと幅を拡大/縮小する倍率。
コントロールのサイズと位置の定義に使用するコントロールの境界を指定する System.Windows.Forms.BoundsSpecified 値。
コントロールの位置、サイズ、パディング、および余白を拡大/縮小します。
構文
Protected Overrides Sub ScaleControl( _
   ByVal factor As SizeF, _
   ByVal specified As BoundsSpecified _
) 
protected override void ScaleControl( 
   SizeF factor,
   BoundsSpecified specified
)

パラメータ

factor
コントロールの高さと幅を拡大/縮小する倍率。
specified
コントロールのサイズと位置の定義に使用するコントロールの境界を指定する System.Windows.Forms.BoundsSpecified 値。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcGroupBoxControlBase クラス
GcGroupBoxControlBase メンバ

Send Feedback