This topic has not yet been rated - Rate this topic

DiscreteVector3DKeyFrame Constructor (Vector3D, KeyTime)

Initializes a new instance of the DiscreteVector3DKeyFrame class with the specified ending value and key time.

Namespace:  System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)
public DiscreteVector3DKeyFrame(
	Vector3D value,
	KeyTime keyTime
)
You cannot use constructors in XAML.

Parameters

value
Type: System.Windows.Media.Media3D.Vector3D

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.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.