4 references to Polygon
Microsoft.Maui.Controls (4)
Shapes\Polygon.cs (1)
15 public Polygon(PointCollection points) : this()
Shapes\StrokeShapeTypeConverter.cs (3)
81 return new Polygon(); 87 return new Polygon(); 89 return new Polygon { Points = points };