ImageEn, unit iemview

TIEImageOutEvent

TIEImageOutEvent

Declaration

TIEImageOutEvent = procedure(Sender: TObject; Index: Integer; OutBitmap: TIEBitmap) of object;

Description

Used by OnImageOut during thumbnail drawing, just prior to the drawing of the image.

Index specifies the image index. OutBitmap is the image to be drawn.

See Also

OnImageOut