4つの引数のコンストラクタ。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Margin(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- top
- 上余白の値。
- right
- 右余白の値。
- bottom
- 下余白の値。
- left
- 左余白の値。
参照