Learn R Programming

RGtk2 (version 2.8.7)

gdkDrawableCopyToImage: gdkDrawableCopyToImage

Description

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.

Usage

gdkDrawableCopyToImage(object, image = NULL, src.x, src.y, dest.x, dest.y, width, height)

Arguments

Value

[GdkImage] image, or a new a GdkImage containing the contents of drawable

Details

Since 2.4