PointAnimation Constructor (Point, Point, Duration)
.NET Framework (current version)
Initializes a new instance of the PointAnimation class that animates from the specified starting value to the specified destination value over the specified duration.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- fromValue
-
Type:
System.Windows::Point
The starting value of the animation.
- toValue
-
Type:
System.Windows::Point
The destination value of the animation.
- duration
-
Type:
System.Windows::Duration
The length of time the animation takes to play from start to finish, once. See the Duration property for more information.
.NET Framework
Available since 3.0
Available since 3.0
Show: