Art.PixBuf: Method Members

The methods of Art.PixBuf are listed below. For a list of all members, see the PixBuf Members list.

See Also: Inherited members from System.ValueType

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.