123456789101112131415161718192021222324252627282930313233 |
- .. _func_graphics_max2d_gethandle:
- =========
- GetHandle
- =========
- GetHandle -
- Description
- ===========
- .. code-block:: blitzmax
- GetHandle( x# Var,y# Var )
- Get current drawing handle.
- Parameters
- ==========
- Return Values
- =============
- The horizontal and vertical position of the current drawing handle.
- Examples
- ========
- See Also
- ========
|