2
0

func_graphics_max2d_loadanimimage.rst 549 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. _func_graphics_max2d_loadanimimage:
  2. =============
  3. LoadAnimImage
  4. =============
  5. LoadAnimImage -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. LoadAnimImage:TImage( url:Object,cell_width,cell_height,first_cell,cell_count,flags=-1 )
  10. Load a multi-frame image
  11. #LoadAnimImage extracts multiple image frames from a single, larger image. @url can be either a string or an
  12. existing pixmap.
  13. See #LoadImage for valid @flags values.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. An image object
  19. Examples
  20. ========
  21. See Also
  22. ========