func_graphics_max2d_setorigin.rst 387 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_graphics_max2d_setorigin:
  2. =========
  3. SetOrigin
  4. =========
  5. SetOrigin -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetOrigin( x#,y# )
  10. Set drawing origin
  11. The current Origin is an x,y coordinate added to all drawing x,y coordinates after any rotation or scaling.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========