#define RectOutEx ( _x,
_y,
_w,
_h,
_options   )     __RectOutEx(_x,_y,_w,_h,_options)

Draw a rectangle with drawing options.

This function lets you draw a rectangle on the screen at x, y with the specified width and height. Also specify drawing options. Valid display option constants are listed in the Drawing option constants group.

See also:
TDrawRect
Parameters:
_x The x value for the top left corner of the rectangle.
_y The y value for the top left corner of the rectangle.
_w The width of the rectangle.
_h The height of the rectangle.
_options The optional drawing options.

Generated by  doxygen 1.6.2