PowerTools PlusPak for Windows Forms 8.0J
Margins コンストラクタ(Int32,Int32,Int32,Int32)

左側のマージンを示すint
上側のマージンを示すint
右側のマージンを示すint
下側のマージンを示すint
Margins クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
)
public Margins( 
   int left,
   int top,
   int right,
   int bottom
)

パラメータ

left
左側のマージンを示すint
top
上側のマージンを示すint
right
右側のマージンを示すint
bottom
下側のマージンを示すint
例外
例外解説
System.ArgumentOutOfRangeException パラメーターの1つが 0 より小さいです。
解説
マージンに設定する値は 0 以上でなければなりません。
プラットフォーム

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

参照

Margins 構造体
Margins メンバ
オーバーロード一覧

Send Feedback