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

C1.Win.8 アセンブリ > C1.Framework 名前空間 > 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 メンバ
オーバーロード一覧