art-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.ValueTypeThis structure encapsulates a buffer of pixels, that can be in several specific pixel buffer formats.To be addedFieldSystem.Int32To be addedTo be addedPropertyArt.DestroyNotifyTo be added.To be added.To be added.MethodArt.PixBufCreates a deep clone of the current instance.A fresh deep copy of the current instance.Event the buffer that was given to create this buffer is copied, and its dealocation is then done by the new instance on its destruction, independently of who is responsible to free the curren buffer.FieldArt.PixFormatTo be addedTo be addedMethodSystem.VoidFrees any used resources.If the destroy delegate was given its invoked, otherwise if it wasn't created with NewConstRGBx it will free the memory held by the buffer.MethodSystem.VoidFrees just the resources held by the PixBuf ignoring the given buffer.Its deprecated.FieldSystem.Int32To be addedTo be addedFieldSystem.Int32To be addedTo be addedFieldSystem.Int32To be addedTo be addedMethodArt.PixBuf
a To be addeda To be addedMethodArt.PixBuf
The buffer containing the actual pixel data.
The width of the pixbuf.
The height of the pixbuf.
The row stride of the pixbuf.
Creates a new RGB PixBuf.A newly created RGB.MethodArt.PixBuf
The buffer containing the actual pixel data.
The width of the pixbuf.
The height of the pixbuf.
The row stride of the pixbuf.
Creates a new RGBA PixBuf.A newly created RGBA.MethodArt.PixBuf
The buffer containing the actual pixel data.
The width of the pixbuf.
The height of the pixbuf.
The row stride of the pixbuf.
Creates a new RGB PixBuf.A newly created RGB.On destruction, the created instance will free the memory used by given buffer in pixels.MethodArt.PixBuf
The buffer containing the actual pixel data.
The width of the pixbuf.
The height of the pixbuf.
The row stride of the pixbuf.
Creates a new RGBA PixBuf.A newly created RGB.On destruction, the created instance will free the memory used by given buffer in pixels.MethodArt.PixBuf
The buffer containing the actual pixel data.
The width of the pixbuf.
The height of the pixbuf.
The row stride of the pixbuf.
The data that will be given to dfunc on its invocation.
The delegate that is going to be invoked when the PixBuf gets destroyed.
Creates a new RGBA PixBuf that invokes the given delegate on destruction.A newly created RGBA that invokes a delegate on its destruction.MethodArt.PixBuf
The buffer containing the actual pixel data.
The width of the pixbuf.
The height of the pixbuf.
The row stride of the pixbuf.
The data that will be given to dfunc on its invocation.
The delegate that is going to be invoked when the PixBuf gets destroyed.
Creates a new RGB PixBuf that invokes the given delegate on destruction.A newly created RGB that invokes a delegate on its destruction.FieldSystem.Int32To be addedTo be addedFieldSystem.Int32To be addedTo be addedFieldArt.PixBufTo be addedTo be added