TIEImageDrawEvent
Declaration
TIEImageDrawEvent = procedure(Sender: TObject; Index: Integer; Left, Top: Integer; Canvas: TCanvas) of object;
Description
Index is the index of the image being painted
Left is the X coordinate of the top-left corner of the thumbnail
Top is the Y coordinate of the top-left corner of the thumbnail.
Canvas is the canvas to draw to.
See Also
◼OnImageDraw
◼OnImageDraw2