123456789101112131415161718192021222324252627282930313233 |
- .. _func_graphics_pixmaps_pixmapheight:
- ============
- PixmapHeight
- ============
- PixmapHeight -
- Description
- ===========
- .. code-block:: blitzmax
- PixmapHeight( pixmap:TPixmap )
- Get pixmap width
- Parameters
- ==========
- Return Values
- =============
- The height, in pixels, of @pixmap
- Examples
- ========
- See Also
- ========
|