Copies the contents of a supported image format in ASource to the canvas.
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 |
); |