次の方法で共有


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

定義

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

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

パラメーター

x
Single

x開始座標。

y
Single

y開始座標。

width
Single

楕円の幅。

height
Single

楕円の高さ。

適用対象