Previous Page | Next Page

Annotate Dictionary

%CIRCLE Macro



Draws an empty circle with the center at (x, y).
Variables written out: ANGLE, FUNCTION, ROTATE, SIZE, STYLE, X, Y
Internal variables updated: XLAST, YLAST
Prerequisite: You must run the %ANNOMAC macro before using any other annotate macros. For more information, see Making the Macros Available.

Syntax
See Also

Syntax

%CIRCLE (x, y, size, color);

x, y

specify coordinates for the center of the circle. Values can be coordinate numbers, numeric constants, or numeric variables. For details, see the Annotate X Variable.

size

specifies the radius of the circle. The value can be a number, a numeric constant, or a numeric variable. For details and valid values, see the Annotate SIZE Variable.

color

specifies the color of the circle using a character string without quotation marks. For details, see the Annotate COLOR Variable. Use an asterisk (*) to specify the previous value of the color parameter.


See Also

%SLICE Macro to draw a filled circle.

Previous Page | Next Page | Top of Page