#define RectOut ( _x,
_y,
_w,
_h   )     __RectOutEx(_x,_y,_w,_h,0)

Draw a rectangle.

This function lets you draw a rectangle on the screen at x, y with the specified width and height.

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.

Generated by  doxygen 1.6.2