1234567891011121314151617181920212223242526272829303132333435363738 |
- .. _func_graphics_max2d_automidhandle:
- =============
- AutoMidHandle
- =============
- AutoMidHandle -
- Description
- ===========
- .. code-block:: blitzmax
- AutoMidHandle( enable )
- Enable or disable auto midhandle mode
- When auto midhandle mode is enabled, all images are automatically 'midhandled' (see #MidHandleImage)
- when they are created. If auto midhandle mode is disabled, images are handled by their top left corner.
- AutoMidHandle defaults to False after calling #Graphics.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|