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

Draw an ellipse.

This function lets you draw an ellipse on the screen with its center at the specified x and y location, using the specified radii. 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
SysDrawEllipse, DrawEllipseType
Warning
This function requires the enhanced NBC/NXC firmware version 1.28+.
Parameters
xThe x value for the center of the ellipse.
yThe y value for the center of the ellipse.
radiusXThe x axis radius.
radiusYThe y axis radius.
optionsThe optional drawing options.
Returns
The result of the drawing operation.
Examples:
ex_EllipseOut.nxc.