다음을 통해 공유


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

타원의 높이입니다.

적용 대상