func_graphics_pixmaps_pixmappitch.rst 435 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_graphics_pixmaps_pixmappitch:
  2. ===========
  3. PixmapPitch
  4. ===========
  5. PixmapPitch -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. PixmapPitch( pixmap:TPixmap )
  10. Get pixmap pitch
  11. Pitch refers to the difference, in bytes, between the start of one row of pixels and the start of the next row.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. The pitch, in bytes, of @pixmap
  17. Examples
  18. ========
  19. See Also
  20. ========