A polygon is formed from a line sequence of 2 or more points with the optional FILL or EDGE specifiers. A polygon is drawn by plotting the first point, each successive point, and closed by drawing the final point back to the first point.
If FILL is specified, the polygon is filled with the current AREA fill color, and if EDGE is specified, the polygon is edged with the current PEN color. The array pen-control instructions supersede any other instructions on pen movement, LINE TYPE, and FILL and EDGE specifiers.