BaseTransition(Image, Image, IAnimationParameters) Constructor
Initializes a new instance of the BaseTransition class with specified settings.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
from | Image | An Image object that specifies the first frame in the transition. |
to | Image | An Image object that specifies the last frame in the transition. |
parameters | IAnimationParameters | An IAnimationParameters object that specifies the transition parameters. |
See Also