#define EllipseOut ( _x,
_y,
_rX,
_rY   )     __EllipseOutEx(_x,_y,_rX,_rY,0)

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.

See also:
TDrawEllipse
Warning:
This function requires the enhanced NBC/NXC firmware version 1.28+.
Parameters:
_x The x value for the center of the ellipse.
_y The y value for the center of the ellipse.
_rX The x axis radius.
_rY The y axis radius.

Generated by  doxygen 1.6.2