다음을 통해 공유


ICanvas.DrawArc 메서드

정의

캔버스에 호를 그립니다.

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

매개 변수

x
Single

시작 x 좌표입니다.

y
Single

시작 y 좌표입니다.

width
Single

호 너비입니다.

height
Single

호 높이입니다.

startAngle
Single

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

endAngle
Single

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

clockwise
Boolean

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

closed
Boolean

true 원호의 끝점이 시작점에 연결될지 여부를 지정하려면 false 그렇지 않으면.

적용 대상