SquareBorder

SquareBorder(double)

角の丸みのある SquareBorderLine を作成します。

public SquareBorder(double radius)
パラメータ タイプ 説明
radius Double 直角の角の半径。

関連項目


SquareBorder(Corners)

角の半径の値で SquareBorderLine を作成します。

public SquareBorder(Corners corners)
パラメータ タイプ 説明
corners Corners 直角の角の半径。

関連項目