src.pixbuf
to dest.pixbuf
. Conversion of
pixbuf formats is done automatically.gdkPixbufCopyArea(object, src.x, src.y, width, height, dest.pixbuf, dest.x, dest.y)
object
GdkPixbuf
] Source pixbuf.src.x
src.pixbuf
.src.y
src.pixbuf
.width
height
dest.pixbuf
GdkPixbuf
] Destination pixbuf.dest.x
dest.pixbuf
.dest.y
dest.pixbuf
.