gdk_pixbuf_composite ( pixbuf dest dest_x dest_y dest_width dest_height offset_x offset_y scale_x scale_y interp_type overall_alpha -- )


Vocabulary
gdk2.pixbuf.ffi

Inputs
pixbufan object
destan object
dest_xan object
dest_yan object
dest_widthan object
dest_heightan object
offset_xan object
offset_yan object
scale_xan object
scale_yan object
interp_typean object
overall_alphaan object


Outputs
None

Definition


LIBRARY: gdk.pixbuf FUNCTION: void gdk_pixbuf_composite
( GdkPixbuf* pixbuf, GdkPixbuf* dest, gint dest_x, gint
dest_y, gint dest_width, gint dest_height, gdouble offset_x,
gdouble offset_y, gdouble scale_x, gdouble scale_y,
GdkInterpType interp_type, gint overall_alpha )