[Overview][Types][Classes][Index] Reference for unit 'LazCanvas' (#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

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.