func_graphics_pixmaps_pixmapheight.rst 330 B

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