The nested DRAW statements
within a BEGINPOLYGON block specify a series of points for a polygon.
Each DRAW statement draws a straight line from the previous point
to the endpoint that is specified in the DRAW statement's X and Y
arguments. The first DRAW statement starts its line from the X,Y point
that is specified in the BEGINPOLYGON statement.
You can specify as many
DRAW statements as needed to complete the polygon. If the last DRAW
statement does not end at the first point in the polygon (specified
in BEGINPOLYGON), then a line is automatically generated to close
the polygon shape.
Each DRAW statement
uses the following general syntax: