CopyRect Example


CopyRect Example

This example copies a image to the canvas.

form1.canvas.copyrect(rect(left,top,width,height),Image1.canvas,
                      rect(left,top,width,height));

home