| gdkPixbufCopyArea {RGtk2} | R Documentation |
Copies a rectangular area from 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)
|
[GdkPixbuf] Source pixbuf. |
|
[integer] Source X coordinate within src.pixbuf. |
|
[integer] Source Y coordinate within src.pixbuf. |
|
[integer] Width of the area to copy. |
|
[integer] Height of the area to copy. |
|
[GdkPixbuf] Destination pixbuf. |
|
[integer] X coordinate within dest.pixbuf. |
|
[integer] Y coordinate within dest.pixbuf. |
Derived by RGtkGen from GTK+ documentation