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.

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

Applies to

EasingVector3DKeyFrame(Vector3D)

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

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

Parameters

value
Vector3D

The initial Vector3D value.

Applies to

EasingVector3DKeyFrame(Vector3D, KeyTime)

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

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

Parameters

value
Vector3D

The initial Vector3D value.

keyTime
KeyTime

The initial key time.

See also

Applies to

EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction)

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

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

Parameters

value
Vector3D

The initial Vector3D value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to