Implemented interface member:
method
FillArc
Microsoft.Maui.Graphics.ICanvas.FillArc(System.Single, System.Single, System.Single, System.Single, System.Single, System.Single, System.Boolean)
2 overrides of FillArc
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvas.cs (1)
445 public override void FillArc(
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
165 public override void FillArc(float x, float y, float width, float height, float startAngle, float endAngle, bool clockwise)