gdkDrawableCopyToImage {RGtk2} | R Documentation |
Copies a portion of drawable
into the client side image structure
image
. If image
is NULL
, creates a new image of size width
x height
and copies into that. See gdkDrawableGetImage
for further details.
gdkDrawableCopyToImage(object, image = NULL, src.x, src.y, dest.x, dest.y, width, height)
|
|
|
a |
|
x coordinate on |
|
y coordinate on |
|
x coordinate within |
|
y coordinate within |
|
width of region to get |
|
height or region to get |
Since 2.4
[GdkImage
] image
, or a new a GdkImage
containing the contents
of drawable
Derived by RGtkGen from GTK+ documentation