[Overview][Types][Classes][Index] |
Calls DoDraw for the specified image and coordinates.
Source position: lazcanvas.pas line 136
public procedure TLazCanvas.DoDrawImage( |
x: Integer; |
y: Integer; |
const AImage: TFPCustomImage |
); |
x |
|
Left coordinate where the specified image is drawn on the Lazarus canvas. |
y |
|
Top coordinate where the specified image is drawn on the Lazarus canvas. |
AImage |
|
TFPCustomImage instance with the content rendered to the canvas. |
|
Performs actions needed to draws the specified image at the given coordinates using AlphaBlending. |
Version 4.0 | Generated 2025-05-03 | Home |