バージョン

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
初期の左サイズ
top
初期の上サイズ
right
初期の右サイズ
bottom
初期の下サイズ
参照