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.

C#
public EasingQuaternionKeyFrame();

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

EasingQuaternionKeyFrame(Quaternion)

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

C#
public EasingQuaternionKeyFrame(System.Windows.Media.Media3D.Quaternion value);

Parameters

value
Quaternion

The initial Quaternion value.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

EasingQuaternionKeyFrame(Quaternion, KeyTime)

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

C#
public EasingQuaternionKeyFrame(System.Windows.Media.Media3D.Quaternion value, System.Windows.Media.Animation.KeyTime keyTime);

Parameters

value
Quaternion

The initial Quaternion value.

keyTime
KeyTime

The initial key time.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

EasingQuaternionKeyFrame(Quaternion, KeyTime, IEasingFunction)

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

C#
public EasingQuaternionKeyFrame(System.Windows.Media.Media3D.Quaternion value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);

Parameters

value
Quaternion

The initial Quaternion value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10