1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_max2d_unlockimage:
- ===========
- UnlockImage
- ===========
- UnlockImage -
- Description
- ===========
- .. code-block:: blitzmax
- UnlockImage( image:TImage,frame=0 )
- Unlock an image
- Unlocks an image previously locked with #LockImage.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|