[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
DoCopyRect checks that SrcCanvas is of correct type then copies coordinates and calls CopyRect
Source position: graphics.pp line 1046
protected procedure TCanvas.DoCopyRect( |
x: Integer; |
y: Integer; |
SrcCanvas: TFPCustomCanvas; |
const SourceRect: TRect |
); override; |
If SrcCanvas is not of type TCanvas then writes a warning to the debug output that copying is not supported
|
Copies the rectangle found at Source in SrcCanvas to the destination position Dest |
lazarus-ccr.sourceforge.net |