1 instantiation of PathData
Microsoft.Maui.Controls.Compatibility (1)
iOS\Extensions\GeometryExtensions.cs (1)
19
PathData pathData = new
PathData
5 references to PathData
Microsoft.Maui.Controls.Compatibility (5)
iOS\Extensions\GeometryExtensions.cs (3)
17
public static
PathData
ToCGPath(this Geometry geometry, Transform renderTransform = null)
19
PathData
pathData = new PathData
62
PathData
pathChild = child.ToCGPath(renderTransform);
iOS\Shapes\PathRenderer.cs (1)
58
public void UpdatePath(
PathData
path)
iOS\VisualElementTracker.cs (1)
417
var
nativeGeometry = formsGeometry.ToCGPath();