'宣言 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
- 右下角の半径(ピクセル単位)。