バージョン

Margins コンストラクタ(Int32,Int32,Int32,Int32)

指定されたTOP、LEFT、RIGHT、およびBOTTOMの各マージンパラメーターでMarginタイプのインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal top As Integer, _
   ByVal left As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
)
public Margins( 
   int top,
   int left,
   int right,
   int bottom
)

パラメータ

top
上部マージン パラメーター
left
左マージン パラメーター
right
右マージン パラメーター
bottom
下部マージン パラメーター
参照