Search
Polygon Constructor
See Also
 






 Overload List

Name Description

Polygon (List(Point2D.Float))

Builds new polygon object from a given points list.

Polygon (Rectangle2D)

Builds new polygon object from the specified rectangle.

Polygon (Rectangle2D.Float, Int32)

Build new polygon from ellipse. The ellipse is defined by the specified bounding rectangle. The second parameter specifies how close the polygon approximates the ellipse. Factor of 0 specifies simplest polygon, while factor 100 specifies the most complex polygon.

 See Also