%POLYCONT Macro

Continues drawing the polygon to the next specified coordinates.
Variables written out: COLOR, FUNCTION, X, Y
Requirement: You must run the %ANNOMAC macro before using any other annotate macros. For more information, see Making the Macros Available.

Syntax

%POLYCONT (x, y, color);

Parameters

x, y
specify the end point of the next line in the polygon. Values can be numeric coordinates, numeric constants, or numeric variables. For details, see the Annotate X Variable.
color
specifies the color of the polygon outline using a character string without quotation marks. For valid values, see the Annotate COLOR Variable. Use an asterisk (*) to specify the previous value of the color parameter.

Details

The first invocation of the %POLYCONT macro in the polygon-drawing sequence determines the outline color of that polygon. Subsequent color specifications for that polygon in later invocations of the %POLYCONT macro are ignored.
The polygon fill color and line type are specified in the initial %POLY, %POLY2 Macro.