Learn R Programming

RGtk2 (version 2.8.8)

gdkPixbufCopyArea: gdkPixbufCopyArea

Description

Copies a rectangular area from src.pixbuf to dest.pixbuf. Conversion of pixbuf formats is done automatically.

Usage

gdkPixbufCopyArea(object, src.x, src.y, width, height, dest.pixbuf, dest.x, dest.y)

Arguments

object
[GdkPixbuf] Source pixbuf.
src.x
[integer] Source X coordinate within src.pixbuf.
src.y
[integer] Source Y coordinate within src.pixbuf.
width
[integer] Width of the area to copy.
height
[integer] Height of the area to copy.
dest.pixbuf
[GdkPixbuf] Destination pixbuf.
dest.x
[integer] X coordinate within dest.pixbuf.
dest.y
[integer] Y coordinate within dest.pixbuf.