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

C1.Win.8 アセンブリ > C1.Framework 名前空間 > Thickness 構造体 > Thickness コンストラクタ : Thickness コンストラクタ(Int32,Int32,Int32,Int32)
Thickness of the left edge, in pixels.
Thickness of the top edge, in pixels.
Thickness of the right edge, in pixels.
Thickness of the bottom edge, in pixels.
Initializes a new instance of a Thickness.
シンタックス
'宣言
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
)
public Thickness( 
   int left,
   int top,
   int right,
   int bottom
)

パラメータ

left
Thickness of the left edge, in pixels.
top
Thickness of the top edge, in pixels.
right
Thickness of the right edge, in pixels.
bottom
Thickness of the bottom edge, in pixels.
参照

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