Handbook
Glossary
gdk_pixbuf_get_from_surface ( dest surface src_x src_y dest_x dest_y width height -- GdkPixbuf* )
Vocabulary
gdk2
.
ffi
Inputs
dest
an
object
surface
an
object
src_x
an
object
src_y
an
object
dest_x
an
object
dest_y
an
object
width
an
object
height
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
cairo.ffi
gdk2.pixbuf.ffi
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
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 )