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
Duplicate()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)Documentation for this section has not yet been entered. | |
static | NewConstRgb(out byte, int, int, int)Creates a new RGB PixBuf. | |
static | NewConstRgba(out byte, int, int, int)Creates a new RGBA PixBuf. | |
static | NewRgb(out byte, int, int, int)Creates a new RGB PixBuf. | |
static | NewRgba(out byte, int, int, int)Creates a new RGBA PixBuf. | |
static | NewRgbaDnotify(out byte, int, int, int, IntPtr, DestroyNotify)Creates a new RGBA PixBuf that invokes the given delegate on destruction. | |
static | NewRgbDnotify(out byte, int, int, int, IntPtr, DestroyNotify)Creates a new RGB PixBuf that invokes the given delegate on destruction. | |