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

);