ImageEn, unit ieanimation |
|
TIEAnimation.Display
Declaration
procedure Display(dest: TIEBitmap); virtual; abstract;
Description
This method must be implemented by the subclass. It should loop among images calling
drawImage for each image.
Parameter | Description |
dest | The destination bitmap |