次の方法で共有


ICanvas.FillArc メソッド

定義

塗りつぶされた円弧をキャンバスに描画します。

public:
 void FillArc(float x, float y, float width, float height, float startAngle, float endAngle, bool clockwise);
public void FillArc (float x, float y, float width, float height, float startAngle, float endAngle, bool clockwise);
abstract member FillArc : single * single * single * single * single * single * bool -> unit
Public Sub FillArc (x As Single, y As Single, width As Single, height As Single, startAngle As Single, endAngle As Single, clockwise As Boolean)

パラメーター

x
Single

x開始座標。

y
Single

y開始座標。

width
Single

円弧の幅。

height
Single

円弧の高さ。

startAngle
Single

x 軸から円弧の始点までの角度。

endAngle
Single

x 軸から円弧の終点までの角度。

clockwise
Boolean

true 円弧を時計回りの方向に描画する場合。 false 円弧を反時計回りに描画します。

適用対象