func_graphics_max2d_automidhandle.rst 586 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. _func_graphics_max2d_automidhandle:
  2. =============
  3. AutoMidHandle
  4. =============
  5. AutoMidHandle -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. AutoMidHandle( enable )
  10. Enable or disable auto midhandle mode
  11. When auto midhandle mode is enabled, all images are automatically 'midhandled' (see #MidHandleImage)
  12. when they are created. If auto midhandle mode is disabled, images are handled by their top left corner.
  13. AutoMidHandle defaults to False after calling #Graphics.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========