Copies the rectangle found at Source in SrcCanvas to the destination position Dest.
Source position: graphics.pp line 1084
public procedure TCanvas.CopyRect(
const Dest: TRect;
SrcCanvas: TCanvas;
const Source: TRect
); virtual;