Pike v8.0 release 1738

Method GTK1.DrawingArea()->copy_area()


Method copy_area

GTK1.DrawingArea copy_area(GDK1.GC gc, int xdest, int ydest, GTK1.Widget source, int xsource, int ysource, int width, int height)

Description

Copies the rectangle defined by xsource,ysource and width,height from the source drawable, and places the results at xdest,ydest in the drawable in which this function is called.