Description Usage Arguments Details Author(s)
Copies a rectangular area from src.pixbuf
to dest.pixbuf
. Conversion of
pixbuf formats is done automatically.
1 2 | gdkPixbufCopyArea(object, src.x, src.y, width, height, dest.pixbuf,
dest.x, dest.y)
|
|
Source pixbuf. |
|
Source X coordinate within |
|
Source Y coordinate within |
|
Width of the area to copy. |
|
Height of the area to copy. |
|
Destination pixbuf. |
|
X coordinate within |
|
Y coordinate within |
If the source rectangle overlaps the destination rectangle on the same pixbuf, it will be overwritten during the copy operation. Therefore, you can not use this function to scroll a pixbuf.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.