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