다음을 통해 공유


CanvasExtensions.DrawArc 메서드

정의

오버로드

DrawArc(ICanvas, Rect, Single, Single, Boolean, Boolean)

호를 그립니다. 타원 경계에 대해 이미 정의된 사각형이 있는 경우 호를 그리는 도우미 메서드입니다.

DrawArc(ICanvas, RectF, Single, Single, Boolean, Boolean)

호를 그립니다. 타원 경계에 대해 이미 정의된 사각형이 있는 경우 호를 그리는 도우미 메서드입니다.

DrawArc(ICanvas, Rect, Single, Single, Boolean, Boolean)

호를 그립니다. 타원 경계에 대해 이미 정의된 사각형이 있는 경우 호를 그리는 도우미 메서드입니다.

public:
[System::Runtime::CompilerServices::Extension]
 static void DrawArc(Microsoft::Maui::Graphics::ICanvas ^ canvas, Microsoft::Maui::Graphics::Rect bounds, float startAngle, float endAngle, bool clockwise, bool closed);
public static void DrawArc (this Microsoft.Maui.Graphics.ICanvas canvas, Microsoft.Maui.Graphics.Rect bounds, float startAngle, float endAngle, bool clockwise, bool closed);
static member DrawArc : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Rect * single * single * bool * bool -> unit
<Extension()>
Public Sub DrawArc (canvas As ICanvas, bounds As Rect, startAngle As Single, endAngle As Single, clockwise As Boolean, closed As Boolean)

매개 변수

canvas
ICanvas

캔버스

bounds
Rect

줄임표 범위입니다.

startAngle
Single

시작 각도

endAngle
Single

끝 각도

clockwise
Boolean

호를 그릴 방향

closed
Boolean

호가 닫혀 있는지 여부

적용 대상

DrawArc(ICanvas, RectF, Single, Single, Boolean, Boolean)

호를 그립니다. 타원 경계에 대해 이미 정의된 사각형이 있는 경우 호를 그리는 도우미 메서드입니다.

public:
[System::Runtime::CompilerServices::Extension]
 static void DrawArc(Microsoft::Maui::Graphics::ICanvas ^ canvas, Microsoft::Maui::Graphics::RectF bounds, float startAngle, float endAngle, bool clockwise, bool closed);
public static void DrawArc (this Microsoft.Maui.Graphics.ICanvas canvas, Microsoft.Maui.Graphics.RectF bounds, float startAngle, float endAngle, bool clockwise, bool closed);
static member DrawArc : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.RectF * single * single * bool * bool -> unit
<Extension()>
Public Sub DrawArc (canvas As ICanvas, bounds As RectF, startAngle As Single, endAngle As Single, clockwise As Boolean, closed As Boolean)

매개 변수

canvas
ICanvas

캔버스

bounds
RectF

줄임표 범위입니다.

startAngle
Single

시작 각도

endAngle
Single

끝 각도

clockwise
Boolean

호를 그릴 방향

closed
Boolean

호가 닫혀 있는지 여부

적용 대상