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