5 overrides of AppendPath
Microsoft.Maui.Controls (5)
Shapes\EllipseGeometry.cs (1)
57 public override void AppendPath(PathF path)
Shapes\GeometryGroup.cs (1)
108 public override void AppendPath(Graphics.PathF path)
Shapes\LineGeometry.cs (1)
45 public override void AppendPath(PathF path)
Shapes\PathGeometry.cs (1)
65 public override void AppendPath(PathF path)
Shapes\RectangleGeometry.cs (1)
33 public override void AppendPath(Graphics.PathF path)
3 references to AppendPath
Microsoft.Maui.Controls (3)
Shapes\Geometry.cs (1)
15 AppendPath(path);
Shapes\GeometryGroup.cs (1)
112 c.AppendPath(path);
Shapes\Path.cs (1)
113 Data.AppendPath(path);