4 references to GetPointsForSegment
Microsoft.Maui.Graphics (4)
PathBuilder.cs (1)
601
var pointsInSegment = arcPath.
GetPointsForSegment
(s);
PathExtensions.cs (1)
16
var points = path.
GetPointsForSegment
(i);
PathF.cs (2)
774
var points =
GetPointsForSegment
(segmentIndex);
787
var points =
GetPointsForSegment
(segmentIndex + 1);