Gdk.Pixbuf.Rowstride Property
Rowstride of the Pixbuf

Syntax

[GLib.Property("rowstride")]
public int Rowstride { get; }

Value

The rowstride property for the Pixbuf

Remarks

Queries the rowstride of a pixbuf. The rowstring is the number of bytes occupied by a row of pixels. Sometimes for alignment purposes, the rowstride might be bigger than the actual width of the image. Applications that manually process data from the image would scan lines by adding the value of the Rowstride.

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)