다음을 통해 공유


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

타원의 높이입니다.

적용 대상