1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_gldrawrect:
- ==========
- GLDrawRect
- ==========
- GLDrawRect -
- Description
- ===========
- .. code-block:: blitzmax
- GLDrawRect( x,y,width,height )
- Helper function to output a simple rectangle
- Draws a rectangle relative to top-left of current viewport.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|