7 references to GetSegmentType
Microsoft.Maui.Graphics (5)
PathBuilder.cs (1)
600
var segmentType = arcPath.
GetSegmentType
(s);
PathExtensions.cs (1)
15
var type = path.
GetSegmentType
(i);
PathF.cs (3)
336
if (Count == 0 || OperationCount == 0 ||
GetSegmentType
(OperationCount - 1) == PathOperation.Close)
1300
if (segmentType != compareTo.
GetSegmentType
(i))
1357
if (segmentType != compareTo.
GetSegmentType
(i))
Microsoft.Maui.Graphics.Skia (1)
SKGraphicsExtensions.cs (1)
197
var type = target.
GetSegmentType
(segmentIndex);
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\GraphicsExtensions.cs (1)
274
var type = path.
GetSegmentType
(segmentIndex);