1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_pixmaps_pixmappitch:
- ===========
- PixmapPitch
- ===========
- PixmapPitch -
- Description
- ===========
- .. code-block:: blitzmax
- PixmapPitch( pixmap:TPixmap )
- Get pixmap pitch
- Pitch refers to the difference, in bytes, between the start of one row of pixels and the start of the next row.
- Parameters
- ==========
- Return Values
- =============
- The pitch, in bytes, of @pixmap
- Examples
- ========
- See Also
- ========
|