Art.PixBuf Members

The members of Art.PixBuf are listed below.

See Also: Inherited members from System.ValueType

Public Fields

BitsPerSampleint. Documentation for this section has not yet been entered.
FormatPixFormat. Documentation for this section has not yet been entered.
HasAlphaint. Documentation for this section has not yet been entered.
static
ZeroPixBuf. Documentation for this section has not yet been entered.
NChannelsint. Documentation for this section has not yet been entered.
Widthint. Documentation for this section has not yet been entered.
Heightint. Documentation for this section has not yet been entered.
Rowstrideint. Documentation for this section has not yet been entered.

Public Properties

[read-only]
DestroyDestroyNotify. Documentation for this section has not yet been entered.

Public Methods

Duplicate() : PixBuf
Creates a deep clone of the current instance.
Free()
Frees any used resources.
FreeShallow()
Frees just the resources held by the PixBuf ignoring the given buffer.
static
New(IntPtr) : PixBuf
Documentation for this section has not yet been entered.
static
NewConstRgb(out byte, int, int, int) : PixBuf
Creates a new RGB PixBuf.
static
NewConstRgba(out byte, int, int, int) : PixBuf
Creates a new RGBA PixBuf.
static
NewRgb(out byte, int, int, int) : PixBuf
Creates a new RGB PixBuf.
static
NewRgba(out byte, int, int, int) : PixBuf
Creates a new RGBA PixBuf.
static
NewRgbaDnotify(out byte, int, int, int, IntPtr, DestroyNotify) : PixBuf
Creates a new RGBA PixBuf that invokes the given delegate on destruction.
static
NewRgbDnotify(out byte, int, int, int, IntPtr, DestroyNotify) : PixBuf
Creates a new RGB PixBuf that invokes the given delegate on destruction.