1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_max2d_setorigin:
- =========
- SetOrigin
- =========
- SetOrigin -
- Description
- ===========
- .. code-block:: blitzmax
- SetOrigin( x#,y# )
- Set drawing origin
- The current Origin is an x,y coordinate added to all drawing x,y coordinates after any rotation or scaling.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|