PointAnimation Constructor
.NET Framework 4.5
Initializes a new instance of the PointAnimation class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PointAnimation() | Initializes a new instance of the PointAnimation class. |
|
PointAnimation(Point, Duration) | Initializes a new instance of the PointAnimation class that animates to the specified value over the specified duration. The starting value for the animation is the base value of the property being animated or the output from another animation. |
|
PointAnimation(Point, Duration, FillBehavior) | Initializes a new instance of the PointAnimation class that animates to the specified value over the specified duration and has the specified fill behavior. The starting value for the animation is the base value of the property being animated or the output from another animation. |
|
PointAnimation(Point, Point, Duration) | Initializes a new instance of the PointAnimation class that animates from the specified starting value to the specified destination value over the specified duration. |
|
PointAnimation(Point, Point, Duration, FillBehavior) | Initializes a new instance of the PointAnimation class that animates from the specified starting value to the specified destination value over the specified duration and has the specified fill behavior. |