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