gdk_pixbuf_get_from_surface ( dest surface src_x src_y dest_x dest_y width height -- GdkPixbuf* )


Vocabulary
gdk.ffi

Inputs
destan object
surfacean object
src_xan object
src_yan object
dest_xan object
dest_yan object
widthan object
heightan object


Outputs
GdkPixbuf*an object


Definition


LIBRARY: gdk FUNCTION: GdkPixbuf*
gdk_pixbuf_get_from_surface
( GdkPixbuf* dest, cairo_surface_t* surface, gint src_x,
gint src_y, gint dest_x, gint dest_y, gint width, gint
height )