Data type Polygon2D
access this type via: ui.Polygon2D (uses)
This data type is used to describe a polygon that can be drawn to the screen.
Fields
Point points[] An array of points representing the perimeter of the polygon.
Color color The color of the polygon.