ImageEn, unit ieanimation

TIEAnimationGetImageEvent

TIEAnimationGetImageEvent

Declaration

TIEAnimationGetImageEvent = procedure(Sender: TObject; imageIndex: integer; var image: TIEBitmap; var text: WideString) of object;

Description

Event called when the whole image is needed.
Parameter Description
Sender The caller, a subclass of TIEAnimation class
imageIndex Index of the required image
image Return value for image bitmap
text Return value for image textual info (ie a filename)