gdk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Offscreen drawable.Pixmaps are offscreen drawables. They can be drawn upon with the standard drawing primitives, then copied to another drawable (such as a ) with .
The depth of a pixmap is the number of bits per pixels. Bitmaps are simply pixmaps with a depth of 1. (That is, they are monochrome bitmaps - each pixel can be either on or off).
Gdk.DrawableGLib.IWrapperSystem.IDisposableMethodGdk.PixmapLooks up the that wraps the given native pixmap handle.
a native pixmap handle.
the wrapper for the native window, or if there is none.Looks up the GdkPixmap that wraps the given native pixmap handle.
For example in the X backend, a native pixmap handle is an Xlib XID.
MethodGdk.PixmapWraps a native window for the default display in a . This may fail if the pixmap has been destroyed.
a native pixmap handle.
The newly-created wrapper for the native pixmap or if the pixmap has been destroyed.Wraps a native window for the default display in a GdkPixmap. This may fail if the pixmap has been destroyed.
For example in the X backend, a native pixmap handle is an Xlib XID.
MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of Pixmap, wrapping the C object.This is an internal constructor, and should not be used by user code.MethodGdk.PixmapTo be added
a
a
a
a
a a To be addedMethodGdk.PixmapTo be added
a
a
a
a a To be addedMethodGdk.PixmapTo be added
a
a a To be addedMethodGdk.PixmapWraps a native pixmap in a . This may fail if the pixmap has been destroyed.
The where the pixmap is located.
a native pixmap handle.
The newly-created wrapper for the native pixmap or if the pixmap has been destroyed.Wraps a native pixmap in a GdkPixmap. This may fail if the pixmap has been destroyed.
For example in the X backend, a native pixmap handle is an Xlib XID.
MethodGdk.PixmapCreate a pixmap from a XPM file.
a , used to determine default values for the new pixmap.
The that the new pixmap will be use. If omitted, the colormap for will be used.
a a pointer to a place to store a bitmap representing the transparency mask of the XPM file. Can be , in which case transparency will be ignored.
The color to be used for the pixels that are transparent in the input file. Can be , in which case a default color will be used.
The filename
a Create a pixmap from a XPM file using a particular colormap.MethodGdk.PixmapTo be added
a
a
a
a a To be addedMethodGdk.PixmapTo be added
a
a
a
a
a
a
a a To be addedConstructorCreates a new pixmap with the given size and depth.
A , used to determine default values for the new pixmap.
Can be if is specified
The width of the new pixmap in pixels.
The height of the new pixmap in pixels.
The depth (number of bits per pixel) of the new pixmap. If -1, and drawable is not , the depth of the new pixmap will be equal to that of drawable.
The new pixmap with the given size and depthCreate a new pixmap with a given size and depth. PropertyGLib.GTypeGType Property.a Returns the native value for .ConstructorProtected Constructor.
a a Chain to this constructor if you have manually registered a native value for your subclass.ConstructorCreate a new pixmap using a reference drawable for depth.
A , used to determine default values for the new pixmap.
The width of the new pixmap in pixels.
The height of the new pixmap in pixels.
The new .Creates a new pixmap with a given size and depth.