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

TLazCanvas.CanvasCopyRect

Copies the contents of a supported image format in ASource to the canvas.

Declaration

Source position: lazcanvas.pas line 133

public procedure TLazCanvas.CanvasCopyRect(

  ASource: TFPCustomCanvas;

  const ADestX: Integer;

  const ADestY: Integer;

  const ASourceX: Integer;

  const ASourceY: Integer;

  const ASourceWidth: Integer;

  const ASourceHeight: Integer

);