Unit 'LazCanvas' Package
[Overview][Types][Classes][Index] [#lcl]

TLazCanvas.DoCopyRect

Copies a source rectangle to the specified canvas.

Declaration

Source position: lazcanvas.pas line 109

protected procedure TLazCanvas.DoCopyRect(

  x: Integer;

  y: Integer;

  canvas: TFPCustomCanvas;

  const SourceRect: TRect

); override;