ImageGdk.get

Warning gdk_image_get is deprecated and should not be used in newly-written code. This is a deprecated wrapper for gdk_drawable_get_image(); gdk_drawable_get_image() should be used instead. Or even better: in most cases gdk_pixbuf_get_from_drawable() is the most convenient choice.

class ImageGdk
static
get
(,
int x
,
int y
,
int width
,
int height
)

Parameters

drawable Drawable

a GdkDrawable

x int

x coordinate in window

y int

y coordinate in window

width int

width of area in window

height int

height of area in window

Return Value

Type: ImageGdk

a new GdkImage or NULL

Meta