3 implementations of DrawArc
Microsoft.Maui.Graphics (3)
4 references to DrawArc
Microsoft.Maui.Graphics (4)
CanvasExtensions.cs (2)
267 canvas.DrawArc(bounds.X, bounds.Y, bounds.Width, bounds.Height, startAngle, endAngle, clockwise, closed);
282 canvas.DrawArc((float)bounds.X, (float)bounds.Y, (float)bounds.Width, (float)bounds.Height, startAngle, endAngle, clockwise, closed);