Description Usage Arguments Author(s)
Draws a GdkImage
onto a drawable.
The depth of the GdkImage
must match the depth of the GdkDrawable
.
1 2 | gdkDrawImage(object, gc, image, xsrc, ysrc, xdest, ydest, width,
height)
|
|
a |
|
a |
|
the |
|
the left edge of the source rectangle within |
|
the top of the source rectangle within |
|
the x coordinate of the destination within |
|
the y coordinate of the destination within |
|
the width of the area to be copied, or -1 to make the area
extend to the right edge of |
|
the height of the area to be copied, or -1 to make the area
extend to the bottom edge of |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.