[Overview][Types][Classes][Index] |
Paint an image
Source position: line 0
public procedure TCustomImageList.Draw( |
ACanvas: TCanvas; |
AX: Integer; |
AY: Integer; |
AIndex: Integer; |
AEnabled: Boolean = true |
); overload; |
ACanvas: TCanvas; |
AX: Integer; |
AY: Integer; |
AIndex: Integer; |
ADrawEffect: TGraphicsDrawEffect |
); overload; |
Paints the image specified by AIndex on Canvas at position AX, AY.
lazarus-ccr.sourceforge.net |