NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
char RectOut ( int  x,
int  y,
int  width,
int  height,
unsigned long  options = DRAW_OPT_NORMAL 
)
inline

Draw a rectangle.

This function lets you draw a rectangle on the screen at x, y with the specified width and height. Optionally specify drawing options. If this argument is not specified it defaults to DRAW_OPT_NORMAL. Valid display option constants are listed in the Drawing option constants group.

See Also
SysDrawRect, DrawRectType
Parameters
xThe x value for the top left corner of the rectangle.
yThe y value for the top left corner of the rectangle.
widthThe width of the rectangle.
heightThe height of the rectangle.
optionsThe optional drawing options.
Returns
The result of the drawing operation.
Examples:
ex_RectOut.nxc.