DissolveTransition Constructors
Represents a transition from one screen to another with the dissolve effect.Name | Parameters | Description |
---|---|---|
DissolveTransition() | none | Initializes a new instance of the DissolveTransition class. |
DissolveTransition(Image, Image, IAnimationParameters) | from, to, parameters | Initializes a new instance of the DissolveTransition class with specified settings. |
See Also