1 write to _startPoint
Microsoft.Maui.Graphics (1)
ArcFlattener.cs (1)
40 _startPoint = GetPointOnArc(0);
2 references to _startPoint
Microsoft.Maui.Graphics (2)
ArcFlattener.cs (2)
91 var midPointOnLine = GetCenter(_startPoint, (PointF)endPoint); 105 path.MoveTo(_startPoint);