EasingQuaternionKeyFrame Constructors

Definition

Initializes a new instance of the EasingQuaternionKeyFrame class.

Overloads

EasingQuaternionKeyFrame()

Initializes a new instance of the EasingQuaternionKeyFrame class.

EasingQuaternionKeyFrame(Quaternion)

Initializes a new instance of the EasingQuaternionKeyFrame class with the specified Quaternion value.

EasingQuaternionKeyFrame(Quaternion, KeyTime)

Initializes a new instance of the EasingQuaternionKeyFrame class with the specified Quaternion value and key time.

EasingQuaternionKeyFrame(Quaternion, KeyTime, IEasingFunction)

Initializes a new instance of the EasingQuaternionKeyFrame class with the specified Quaternion value, key time, and easing function.

EasingQuaternionKeyFrame()

Initializes a new instance of the EasingQuaternionKeyFrame class.

public:
 EasingQuaternionKeyFrame();
public EasingQuaternionKeyFrame ();
Public Sub New ()

See also

Applies to

EasingQuaternionKeyFrame(Quaternion)

Initializes a new instance of the EasingQuaternionKeyFrame class with the specified Quaternion value.

public:
 EasingQuaternionKeyFrame(System::Windows::Media::Media3D::Quaternion value);
public EasingQuaternionKeyFrame (System.Windows.Media.Media3D.Quaternion value);
new System.Windows.Media.Animation.EasingQuaternionKeyFrame : System.Windows.Media.Media3D.Quaternion -> System.Windows.Media.Animation.EasingQuaternionKeyFrame
Public Sub New (value As Quaternion)

Parameters

value
Quaternion

The initial Quaternion value.

See also

Applies to

EasingQuaternionKeyFrame(Quaternion, KeyTime)

Initializes a new instance of the EasingQuaternionKeyFrame class with the specified Quaternion value and key time.

public:
 EasingQuaternionKeyFrame(System::Windows::Media::Media3D::Quaternion value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingQuaternionKeyFrame (System.Windows.Media.Media3D.Quaternion value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingQuaternionKeyFrame : System.Windows.Media.Media3D.Quaternion * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingQuaternionKeyFrame
Public Sub New (value As Quaternion, keyTime As KeyTime)

Parameters

value
Quaternion

The initial Quaternion value.

keyTime
KeyTime

The initial key time.

See also

Applies to

EasingQuaternionKeyFrame(Quaternion, KeyTime, IEasingFunction)

Initializes a new instance of the EasingQuaternionKeyFrame class with the specified Quaternion value, key time, and easing function.

public:
 EasingQuaternionKeyFrame(System::Windows::Media::Media3D::Quaternion value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingQuaternionKeyFrame (System.Windows.Media.Media3D.Quaternion value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingQuaternionKeyFrame : System.Windows.Media.Media3D.Quaternion * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingQuaternionKeyFrame
Public Sub New (value As Quaternion, keyTime As KeyTime, easingFunction As IEasingFunction)

Parameters

value
Quaternion

The initial Quaternion value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to