다음을 통해 공유


ICanvas.FillArc 메서드

정의

캔버스에 채워진 호를 그립니다.

public:
 void FillArc(float x, float y, float width, float height, float startAngle, float endAngle, bool clockwise);
public void FillArc (float x, float y, float width, float height, float startAngle, float endAngle, bool clockwise);
abstract member FillArc : single * single * single * single * single * single * bool -> unit
Public Sub FillArc (x As Single, y As Single, width As Single, height As Single, startAngle As Single, endAngle As Single, clockwise As Boolean)

매개 변수

x
Single

시작 x 좌표입니다.

y
Single

시작 y 좌표입니다.

width
Single

호 너비입니다.

height
Single

호 높이입니다.

startAngle
Single

x축에서 호 시작점까지의 각도입니다.

endAngle
Single

x축에서 호 끝점까지의 각도입니다.

clockwise
Boolean

true 시계 방향으로 호를 그리려면 false 시계 반대 방향으로 원호를 그립니다.

적용 대상