func_graphics_max2d_settransform.rst 453 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_graphics_max2d_settransform:
  2. ============
  3. SetTransform
  4. ============
  5. SetTransform -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetTransform( rotation#=0,scale_x#=1,scale_y#=1 )
  10. Set current rotation and scale
  11. SetTransform is a shortcut for setting both the rotation and
  12. scale parameters in Max2D with a single function call.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========