次の方法で共有


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

定義

角が丸い四角形をキャンバスに描画します。

public:
 void DrawRoundedRectangle(float x, float y, float width, float height, float cornerRadius);
public void DrawRoundedRectangle (float x, float y, float width, float height, float cornerRadius);
abstract member DrawRoundedRectangle : single * single * single * single * single -> unit
Public Sub DrawRoundedRectangle (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

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

適用対象