次の方法で共有


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

定義

キャンバスに楕円を描画します。

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

パラメーター

x
Single

x開始座標。

y
Single

y開始座標。

width
Single

楕円の幅。

height
Single

楕円の高さ。

適用対象