BaseTransition Constructors
A base class for transitions.| Name | Parameters | Description |
|---|---|---|
| BaseTransition() | none | Initializes a new instance of the BaseTransition class. |
| BaseTransition(Image, Image, IAnimationParameters) | from, to, parameters | Initializes a new instance of the BaseTransition class with specified settings. |
See Also