1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_endgraphics:
- ===========
- EndGraphics
- ===========
- EndGraphics -
- Description
- ===========
- .. code-block:: blitzmax
- EndGraphics()
- End graphics
- #EndGraphics closes the graphics object returned by #Graphics.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|