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