各辺に個別の太さサイズを使用して、
Thicknessクラスの 新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Thickness(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- left
- 左辺の太さ(ピクセル単位)。
- top
- 上辺の太さ(ピクセル単位)。
- right
- 右辺の太さ(ピクセル単位)。
- bottom
- 下辺の太さ(ピクセル単位)。
参照