func_graphics_max2d_setscale.rst 444 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_graphics_max2d_setscale:
  2. ========
  3. SetScale
  4. ========
  5. SetScale -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetScale( scale_x#,scale_y# )
  10. Set current scale
  11. @scale_x and @scale_y multiply the width and height of drawing
  12. commands where 0.5 will half the size of the drawing and 2.0 is equivalent
  13. to doubling the size.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========