func_graphics_max2d_unlockimage.rst 355 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_graphics_max2d_unlockimage:
  2. ===========
  3. UnlockImage
  4. ===========
  5. UnlockImage -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. UnlockImage( image:TImage,frame=0 )
  10. Unlock an image
  11. Unlocks an image previously locked with #LockImage.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========