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

TLazCanvas.DoDraw

Draws the specified image at the given coordinates using AlphaBlending.

Declaration

Source position: lazcanvas.pas line 110

protected procedure TLazCanvas.DoDraw(

  x: Integer;

  y: Integer;

  const AImage: TFPCustomImage

); override;