| ImageEn, unit ieanimation |
|
TIEAnimation.DoGetImageInfo
Declaration
procedure DoGetImageInfo(imageIndex: integer; isVisible: boolean; var imageWidth: integer; var imageHeight: integer; var text: WideString);
Description
Calls the
TIEAnimationGetImageInfoEvent event, if assigned on creation. If no event was assigned just calls the
TIEAnimationGetImageEvent event.
| Parameter | Description |
| imageIndex | Index of the required image info |
| isVisible | False if the required image may not be visible (hence you can provide estimated values) |
| imageWidth | Return value for image width |
| imageHeight | Return value for image height |
| text | Return value for image textual info (ie a filename) |