123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_graphics_max2d_settransform:
- ============
- SetTransform
- ============
- SetTransform -
- Description
- ===========
- .. code-block:: blitzmax
- SetTransform( rotation#=0,scale_x#=1,scale_y#=1 )
- Set current rotation and scale
- SetTransform is a shortcut for setting both the rotation and
- scale parameters in Max2D with a single function call.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|