3 implementations of FillArc
Microsoft.Maui.Graphics (3)
5 references to FillArc
Microsoft.Maui.Graphics (5)
CanvasExtensions.cs (3)
252 canvas.FillArc(x, y, width, height, startAngle, endAngle, clockwise);
297 canvas.FillArc(bounds.X, bounds.Y, bounds.Width, bounds.Height, startAngle, endAngle, clockwise);
311 canvas.FillArc((float)bounds.X, (float)bounds.Y, (float)bounds.Width, (float)bounds.Height, startAngle, endAngle, clockwise);