3 references to AddArc
Microsoft.Maui.Graphics (3)
PathF.cs (3)
331 return AddArc(new PointF(x1, y1), new PointF(x2, y2), startAngle, endAngle, clockwise);
914 path.AddArc(topLeft, bottomRight, startAngle, endAngle, clockwise);
974 path.AddArc(_points[i++], _points[i++], _arcAngles[a++], _arcAngles[a++], _arcClockwise[c++]);