SplineVectorKeyFrame Constructor (Vector, KeyTime, KeySpline)
Initializes a new instance of the SplineVectorKeyFrame class with the specified ending value, key time, and KeySpline.
Namespace: System.Windows.Media.Animation
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- value
- Type: System.Windows.Vector
Ending value (also known as "target value") for the key frame.
- keyTime
- Type: System.Windows.Media.Animation.KeyTime
Key time for the key frame. The key time determines when the target value is reached which is also when the key frame ends.
- keySpline
- Type: System.Windows.Media.Animation.KeySpline
KeySpline for the key frame. The KeySpline represents a Bezier curve which defines animation progress of the key frame.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.