1 instantiation of ArcFlattener
Microsoft.Maui.Graphics (1)
PathF.cs (1)
1520
var arcFlattener = new
ArcFlattener
(topLeft.X, topLeft.Y, bottomRight.X - topLeft.X, bottomRight.Y - topLeft.Y, startAngle, endAngle, clockwise);
1 reference to ArcFlattener
Microsoft.Maui.Graphics (1)
PathF.cs (1)
1520
var
arcFlattener = new ArcFlattener(topLeft.X, topLeft.Y, bottomRight.X - topLeft.X, bottomRight.Y - topLeft.Y, startAngle, endAngle, clockwise);