ImageEn, unit iemview

TIEImageOutEvent


Declaration

TIEImageOutEvent = procedure(Sender: TObject; idx: integer; OutBitmap: TIEBitmap) of object;


Description

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

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