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