func_graphics_max2d_sethandle.rst 547 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _func_graphics_max2d_sethandle:
  2. =========
  3. SetHandle
  4. =========
  5. SetHandle -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetHandle( x#,y# )
  10. Set drawing handle
  11. The drawing handle is a 2D offset subtracted from the x,y location of all
  12. drawing commands except #DrawImage as Images have their own unique handles.
  13. Unlike #SetOrigin the drawing handle is subtracted before rotation and scale
  14. are applied providing a 'local' origin.
  15. Parameters
  16. ==========
  17. Return Values
  18. =============
  19. Nothing.
  20. Examples
  21. ========
  22. See Also
  23. ========