TIEImageDraw2Event
Declaration
TIEImageDraw2Event = procedure(Sender: TObject; Index: Integer; Left, Top: Integer; ImageRect: TRect; 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.
ImageRect is the actual image rectangle.
Canvas is the canvas to draw to.
See Also
◼OnImageDraw2
◼OnImageDraw