Package: cairo

Function cairo-image-surface-stride

Lambda List

cairo-image-surface-stride (surface)

Arguments

surface -- a cairo-surface-t instance

Return Value

The stride of the image surface in bytes, or 0 if surface is not an image surface. The stride is the distance in bytes from the beginning of one row of the image data to the beginning of the next row.

Details

Get the stride of the image surface in bytes.
 

See also

2020-12-21