Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCanvas.CopyRect

Copies the rectangle found at Source in SrcCanvas to the destination position Dest.

Declaration

Source position: graphics.pp line 1084

public procedure TCanvas.CopyRect(

  const Dest: TRect;

  SrcCanvas: TCanvas;

  const Source: TRect

); virtual;