15 references to Arc
Microsoft.Maui.Graphics (10)
PathF.cs (10)
347
_operations.Add(PathOperation.
Arc
);
464
else if (operation == PathOperation.
Arc
)
518
else if (type == PathOperation.
Arc
)
588
else if (segmentType == PathOperation.
Arc
)
655
else if (segmentType == PathOperation.
Arc
)
743
else if (segmentType == PathOperation.
Arc
)
844
else if (segmentType == PathOperation.
Arc
)
906
else if (segmentType == PathOperation.
Arc
)
972
else if (operation == PathOperation.
Arc
)
1493
case PathOperation.
Arc
:
Microsoft.Maui.Graphics.Skia (3)
SKGraphicsExtensions.cs (3)
150
else if (type == PathOperation.
Arc
)
228
else if (type == PathOperation.
Arc
)
306
else if (type == PathOperation.
Arc
)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\GraphicsExtensions.cs (2)
184
else if (type == PathOperation.
Arc
)
310
else if (type == PathOperation.
Arc
)