#define CircleOut ( _x,
_y,
_r   )     __CircleOutEx(_x,_y,_r,0)

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.

See also:
TDrawCircle
Parameters:
_x The x value for the center of the circle.
_y The y value for the center of the circle.
_r The radius of the circle.

Generated by  doxygen 1.6.2