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

TLazCanvas.DoDrawImage

Calls DoDraw for the specified image and coordinates.

Declaration

Source position: lazcanvas.pas line 132

public procedure TLazCanvas.DoDrawImage(

  x: Integer;

  y: Integer;

  const AImage: TFPCustomImage

);