#define CircleOutEx ( _x,
_y,
_r,
_options   )     __CircleOutEx(_x,_y,_r,_options)

Draw a circle with drawing options.

This function lets you draw a circle on the screen with its center at the specified x and y location, using the specified radius. Also specify drawing options. Valid display option constants are listed in the Drawing option constants group.

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.
_options The optional drawing options.

Generated by  doxygen 1.6.2