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