Polygons are closed polylines comprised of a minimum of three and a maximum of 1,024 equal-length sides. The default method for drawing a polygon is to specify the center of the polygon and the distance from the center to each vertex. You can draw a polygon using any of the following methods:
The vertex polygon drawing method creates an equal-sided polygon defined by its center point and the distance to its vertices. You specify the number of sides, the center point, and the location of one vertex, which determines both the size and orientation of the polygon.
![]() |
![]() |
The center (A) and vertex (B). |
Resulting polygon. |
Tell me about...