func_graphics_max2d_getorigin.rst 347 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_graphics_max2d_getorigin:
  2. =========
  3. GetOrigin
  4. =========
  5. GetOrigin -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GetOrigin( x# Var,y# Var )
  10. Get current origin position.
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. The horizontal and vertical position of the current origin.
  16. Examples
  17. ========
  18. See Also
  19. ========