123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_graphics_setgraphics:
- ===========
- SetGraphics
- ===========
- SetGraphics -
- Description
- ===========
- .. code-block:: blitzmax
- SetGraphics( g:TGraphics )
- Set current graphics object
- #SetGraphics will also change the current graphics driver if @g uses a different driver
- than the current driver.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|