gdkPixbufCopyArea {RGtk2}R Documentation

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]