[Overview][Types][Classes][Index] |
Paint an image
Source position: imglist.pp line 178
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; |
ACanvas: TCanvas; |
AX: Integer; |
AY: Integer; |
AIndex: Integer; |
ADrawingStyle: TDrawingStyle; |
AImageType: TImageType; |
AEnabled: Boolean = True |
); overload; |
ACanvas: TCanvas; |
AX: Integer; |
AY: Integer; |
AIndex: Integer; |
ADrawingStyle: TDrawingStyle; |
AImageType: TImageType; |
ADrawEffect: TGraphicsDrawEffect |
); virtual; overload; |
AIndex |
|
The image index. |
AEnabled |
|
If False, draw the image disabled (dithered). |
AIndex |
|
The image index. |
AIndex |
|
The image index. |
AEnabled |
|
If False, draw the image disabled (dithered). |
AIndex |
|
The image index. |
Paints the image specified by AIndex on Canvas at position AX, AY.
lazarus-ccr.sourceforge.net |