Art.PixBuf.NewConstRgba Method
Creates a new RGBA PixBuf.

Syntax

public static PixBuf NewConstRgba (out byte pixels, int width, int height, int rowstride)

Parameters

pixels
The buffer containing the actual pixel data.
width
The width of the pixbuf.
height
The height of the pixbuf.
rowstride
The row stride of the pixbuf.

Returns

A newly created Art.PixBuf RGBA.

Remarks

Requirements

Namespace: Art
Assembly: art-sharp (in art-sharp.dll)