2 overrides of PlatformDrawArc
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvas.cs (1)
395 protected override void PlatformDrawArc(
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
553 protected override void PlatformDrawArc(float x, float y, float width, float height, float startAngle, float endAngle, bool clockwise, bool closed)
1 reference to PlatformDrawArc
Microsoft.Maui.Graphics (1)
AbstractCanvas.cs (1)
145 PlatformDrawArc(x, y, width, height, startAngle, endAngle, clockwise, closed);