次の方法で共有


ICanvas.FillRoundedRectangle(Single, Single, Single, Single, Single) メソッド

定義

角が丸い塗りつぶされた四角形をキャンバスに描画します。

public:
 void FillRoundedRectangle(float x, float y, float width, float height, float cornerRadius);
public void FillRoundedRectangle (float x, float y, float width, float height, float cornerRadius);
abstract member FillRoundedRectangle : single * single * single * single * single -> unit
Public Sub FillRoundedRectangle (x As Single, y As Single, width As Single, height As Single, cornerRadius As Single)

パラメーター

x
Single

x開始座標。

y
Single

y開始座標。

width
Single

四角形の幅。

height
Single

四角形の高さ。

cornerRadius
Single

四角形の角を丸めるために使用される半径。

適用対象