Sizer for WinForms
Corners コンストラクタ(Int32,Int32,Int32,Int32)

C1.Win.C1Sizer.4.5.2 アセンブリ > C1.Win.C1Sizer 名前空間 > Corners 構造体 > Corners コンストラクタ : Corners コンストラクタ(Int32,Int32,Int32,Int32)
左上隅の半径(ピクセル)。
右上隅の半径(ピクセル)。
左下隅の半径(ピクセル)。
右下隅の半径(ピクセル)。
Cornersオブジェクトの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal leftTop As System.Integer, _
   ByVal rightTop As System.Integer, _
   ByVal leftBottom As System.Integer, _
   ByVal rightBottom As System.Integer _
)
public Corners( 
   System.int leftTop,
   System.int rightTop,
   System.int leftBottom,
   System.int rightBottom
)

パラメータ

leftTop
左上隅の半径(ピクセル)。
rightTop
右上隅の半径(ピクセル)。
leftBottom
左下隅の半径(ピクセル)。
rightBottom
右下隅の半径(ピクセル)。
参照

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