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

椭圆的高度。

适用于