Package: cairo
Function cairo:image-surface-stride
Lambda Listcairo:image-surface-stride (surface) ArgumentsReturn Value
The integer with the stride of the image surface in bytes, or 0 if surface is not an image surface. Details
Get the stride of the image surface in bytes.
The stride is the distance in bytes from the beginning of one row of the
image data to the beginning of the next row. | See also |
2025-1-29