EasingVector3DKeyFrame Constructors

Definition

Initializes a new instance of the EasingVector3DKeyFrame class.

Overloads

EasingVector3DKeyFrame()

Initializes a new instance of the EasingVector3DKeyFrame class.

EasingVector3DKeyFrame(Vector3D)

Initializes a new instance of the EasingVector3DKeyFrame class with the specified Vector3D value.

EasingVector3DKeyFrame(Vector3D, KeyTime)

Initializes a new instance of the EasingVector3DKeyFrame class with the specified Vector3D value and key time.

EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction)

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

EasingVector3DKeyFrame()

Initializes a new instance of the EasingVector3DKeyFrame class.

C#
public EasingVector3DKeyFrame();

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

EasingVector3DKeyFrame(Vector3D)

Initializes a new instance of the EasingVector3DKeyFrame class with the specified Vector3D value.

C#
public EasingVector3DKeyFrame(System.Windows.Media.Media3D.Vector3D value);

Parameters

value
Vector3D

The initial Vector3D value.

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

EasingVector3DKeyFrame(Vector3D, KeyTime)

Initializes a new instance of the EasingVector3DKeyFrame class with the specified Vector3D value and key time.

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

Parameters

value
Vector3D

The initial Vector3D 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

EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction)

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

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

Parameters

value
Vector3D

The initial Vector3D 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