NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
char CircleOut ( int  x,
int  y,
byte  radius,
unsigned long  options = DRAW_OPT_NORMAL 
)
inline

Draw a circle.

This function lets you draw a circle on the screen with its center at the specified x and y location, using the specified radius. Optionally specify drawing options. If this argument is not specified it defaults to DRAW_OPT_NORMAL. Valid display option constants are listed in the Drawing option constants group.

See Also
SysDrawCircle, DrawCircleType
Parameters
xThe x value for the center of the circle.
yThe y value for the center of the circle.
radiusThe radius of the circle.
optionsThe optional drawing options.
Returns
The result of the drawing operation.
Examples:
ex_CircleOut.nxc, and ex_file_system.nxc.