Corners

Corners()

ゼロ値を使用して、Corners クラスの新しいインスタンスを初期化します。

public Corners()

関連項目


Corners(double)

すべてのコーナーに指定された値を使用して、Corners クラスの新しいインスタンスを初期化します。

public Corners(double all)
パラメータ タイプ 説明
all Double すべてのコーナーのパディングに使用される値。

関連項目


Corners(double, double, double, double)

指定された値を使用して、Corners クラスの新しいインスタンスを初期化します。

public Corners(double topLeft, double topRight, double bottomLeft, double bottomRight)
パラメータ タイプ 説明
topLeft Double 左上隅の値。
topRight Double 右上隅の値。
bottomLeft Double 左下隅の値。
bottomRight Double 右下隅の値。

関連項目