Mono.Cairo
1.0.5000.0
2.0.0.0
Cairo.Surface
X Window System rendering using XLib
Constructor
To be added.
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Constructor
an X Display
an X Drawable, (a Pixmap or a Window)
the visual to use for drawing to drawable. The depth of the visual must match the depth of the drawable. Currently, only TrueColor visuals are fully supported.
the current width of .
the current height of .
Creates an Xlib surface that draws to the given drawable.
The way that colors are represented in the drawable is specified by the provided visual.
If is a Window, then the function must be called whenever the size of the window changes.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.IntPtr
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.IntPtr
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Method
Cairo.XlibSurface
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.IntPtr
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Method
System.Void
the new drawable for the surface
the width of the new drawable
the height of the new drawable
Informs cairo of a new X Drawable underlying the surface.
The drawable must match the display, screen and format of the existing drawable or the application will get X protocol errors and will probably terminate. No checks are done by this function to ensure this compatibility.
1.0.5000.0
2.0.0.0
Method
System.Void
the new width of the surface
the new height of the surface
Informs cairo of the new size of the X Drawable underlying the surface.
For a surface created for a Window (rather than a Pixmap), this function must be called each time the size of the window changes. (For a subwindow, you are normally resizing the window yourself, but for a toplevel window, it is necessary to listen for ConfigureNotify events.) A Pixmap can never change size, so it is never necessary to call this function on a surface created for a Pixmap.
1.0.5000.0
2.0.0.0
Property
System.IntPtr
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0