DiscreteQuaternionKeyFrame Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of DiscreteQuaternionKeyFrame.
Overloads
DiscreteQuaternionKeyFrame() |
Creates a new instance of DiscreteQuaternionKeyFrame. |
DiscreteQuaternionKeyFrame(Quaternion) |
Initializes a new instance of the DiscreteQuaternionKeyFrame class with the specified ending value. |
DiscreteQuaternionKeyFrame(Quaternion, KeyTime) |
Initializes a new instance of the DiscreteQuaternionKeyFrame class with the specified ending value and key time. |
DiscreteQuaternionKeyFrame()
Creates a new instance of DiscreteQuaternionKeyFrame.
public:
DiscreteQuaternionKeyFrame();
public DiscreteQuaternionKeyFrame ();
Public Sub New ()
Applies to
DiscreteQuaternionKeyFrame(Quaternion)
Initializes a new instance of the DiscreteQuaternionKeyFrame class with the specified ending value.
public:
DiscreteQuaternionKeyFrame(System::Windows::Media::Media3D::Quaternion value);
public DiscreteQuaternionKeyFrame (System.Windows.Media.Media3D.Quaternion value);
new System.Windows.Media.Animation.DiscreteQuaternionKeyFrame : System.Windows.Media.Media3D.Quaternion -> System.Windows.Media.Animation.DiscreteQuaternionKeyFrame
Public Sub New (value As Quaternion)
Parameters
- value
- Quaternion
Ending value (also known as "target value") for the key frame.
Applies to
DiscreteQuaternionKeyFrame(Quaternion, KeyTime)
Initializes a new instance of the DiscreteQuaternionKeyFrame class with the specified ending value and key time.
public:
DiscreteQuaternionKeyFrame(System::Windows::Media::Media3D::Quaternion value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteQuaternionKeyFrame (System.Windows.Media.Media3D.Quaternion value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteQuaternionKeyFrame : System.Windows.Media.Media3D.Quaternion * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteQuaternionKeyFrame
Public Sub New (value As Quaternion, keyTime As KeyTime)
Parameters
- value
- Quaternion
Ending value (also known as "target value") for the key frame.
- keyTime
- 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.