gdkDrawImage {RGtk2} | R Documentation |
Draws a GdkImage
onto a drawable.
The depth of the GdkImage
must match the depth of the GdkDrawable
.
gdkDrawImage(object, gc, image, xsrc, ysrc, xdest, ydest, width, height)
|
[GdkDrawable ] a GdkDrawable (a GdkWindow or a GdkPixmap ). |
|
[GdkGC ] a GdkGC . |
|
[GdkImage ] the GdkImage to draw. |
|
[integer] the left edge of the source rectangle within image . |
|
[integer] the top of the source rectangle within image . |
|
[integer] the x coordinate of the destination within drawable . |
|
[integer] the y coordinate of the destination within drawable . |
|
[integer] the width of the area to be copied, or -1 to make the area
extend to the right edge of image . |
|
[integer] the height of the area to be copied, or -1 to make the area
extend to the bottom edge of image . |
Derived by RGtkGen from GTK+ documentation