7 overrides of GetPath
Microsoft.Maui.Controls (7)
Shapes\Ellipse.cs (1)
30
public override PathF
GetPath
()
Shapes\Line.cs (1)
79
public override PathF
GetPath
()
Shapes\Path.cs (1)
108
public override PathF
GetPath
()
Shapes\Polygon.cs (1)
53
public override PathF
GetPath
()
Shapes\Polyline.cs (1)
52
public override PathF
GetPath
()
Shapes\Rectangle.cs (1)
49
public override PathF
GetPath
()
Shapes\RoundRectangle.cs (1)
56
public override PathF
GetPath
()
2 references to GetPath
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
268
var path =
GetPath
();
385
RectF pathBounds = this.
GetPath
().GetBoundsByFlattening(1);