CopyCanvas ( src, x, y, w, h, dst, dx, dy )

Copies a portion of the Canvas src to the Canvas dst.

Example:
    CopyCanvas ( 0, 0, 0, 40, 40, 1, 20, 20 )