Learn R Programming

RGtk2 (version 2.12.17)

gdkPixbufGetRowstride: gdkPixbufGetRowstride

Description

Queries the rowstride of a pixbuf, which is the number of bytes between the start of a row and the start of the next row.

Usage

gdkPixbufGetRowstride(object)

Arguments

object
[GdkPixbuf] A pixbuf.

Value

  • [integer] Distance between row starts.