Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkDrawImage

gdkDrawImage


Description

Draws a GdkImage onto a drawable. The depth of the GdkImage must match the depth of the GdkDrawable.

Usage

gdkDrawImage(object, gc, image, xsrc, ysrc, xdest, ydest, width, 
    height)

Arguments

object

a GdkDrawable (a GdkWindow or a GdkPixmap).

gc

a GdkGC.

image

the GdkImage to draw.

xsrc

the left edge of the source rectangle within image.

ysrc

the top of the source rectangle within image.

xdest

the x coordinate of the destination within drawable.

ydest

the y coordinate of the destination within drawable.

width

the width of the area to be copied, or -1 to make the area extend to the right edge of image.

height

the height of the area to be copied, or -1 to make the area extend to the bottom edge of image.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.