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