composite
open fun composite(dest: Pixbuf, destX: <Error class: unknown class>, destY: <Error class: unknown class>, destWidth: <Error class: unknown class>, destHeight: <Error class: unknown class>, offsetX: <Error class: unknown class>, offsetY: <Error class: unknown class>, scaleX: <Error class: unknown class>, scaleY: <Error class: unknown class>, interpType: InterpType, overallAlpha: <Error class: unknown class>)(source)
Creates a transformation of the source image @src by scaling by
Parameters
dest
the #GdkPixbuf into which to render the results
destX 
the left coordinate for region to render
destY 
the top coordinate for region to render
destWidth 
the width of the region to render
destHeight 
the height of the region to render
offsetX 
the offset in the X direction (currently rounded to an integer)
offsetY 
the offset in the Y direction (currently rounded to an integer)
scaleX 
the scale factor in the X direction
scaleY 
the scale factor in the Y direction
interpType 
the interpolation type for the transformation.
overallAlpha 
overall alpha for source image (0..255)