ImageEn, unit ieanimation |
|
TIEAnimation.SetInitialValues
Declaration
procedure SetInitialValues(first, last: integer); virtual;
Description
Sets initial animation values (image position, rotation, etc). This is called once as the object is initialized.
This method must be overloaded to implement animations.
Parameter | Description |
first | Index of first image to set values |
last | Index of last image to set values |