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
-
| x | The x value for the top left corner of the rectangle. |
| y | The y value for the top left corner of the rectangle. |
| width | The width of the rectangle. |
| height | The height of the rectangle. |
| options | The optional drawing options. |
- Returns
- The result of the drawing operation.
- Examples:
- ex_RectOut.nxc.