func_graphics_max2d_imagewidth.rst 317 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_graphics_max2d_imagewidth:
  2. ==========
  3. ImageWidth
  4. ==========
  5. ImageWidth -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ImageWidth( image:TImage )
  10. Get width of an image
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. The width, in pixels, of @image
  16. Examples
  17. ========
  18. See Also
  19. ========