共用方式為


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

橢圓形的高度。

適用於