func_graphics_max2d_imageheight.rst 325 B

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