Input for WinForms
Thickness コンストラクタ(Int32,Int32,Int32,Int32)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > Thickness 構造体 > Thickness コンストラクタ : Thickness コンストラクタ(Int32,Int32,Int32,Int32)
左辺の太さ(ピクセル単位)。
上辺の太さ(ピクセル単位)。
右辺の太さ(ピクセル単位)。
下辺の太さ(ピクセル単位)。
各辺に個別の太さサイズを使用して、 Thicknessクラスの 新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
)
public Thickness( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

パラメータ

left
左辺の太さ(ピクセル単位)。
top
上辺の太さ(ピクセル単位)。
right
右辺の太さ(ピクセル単位)。
bottom
下辺の太さ(ピクセル単位)。
参照

Thickness 構造体
Thickness メンバ
オーバーロード一覧