Gdk.Pixbuf.CopyArea Method
Copies a region from one Pixbuf to another

Syntax

public void CopyArea (int src_x, int src_y, int width, int height, Pixbuf dest_pixbuf, int dest_x, int dest_y)

Parameters

src_x
Source X coordinate within src_pixbuf.
src_y
Source Y coordinate within src_pixbuf
width
Width of the area to copy.
height
Height of the area to copy.
dest_pixbuf
Destination Pixbuf.
dest_x
X coordinate within dest_pixbuf.
dest_y
Y coordinate within dest_pixbuf.

Remarks

Copies a rectangular area from src_pixbuf to dest_pixbuf. Conversion of pixbuf formats is done automatically.

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)