EasingPoint3DKeyFrame Constructors

Definition

Initializes a new instance of the EasingPoint3DKeyFrame class.

Overloads

EasingPoint3DKeyFrame()

Initializes a new instance of the EasingPoint3DKeyFrame class.

EasingPoint3DKeyFrame(Point3D)

Initializes a new instance of the EasingPoint3DKeyFrame class with the specified Point3D value.

EasingPoint3DKeyFrame(Point3D, KeyTime)

Initializes a new instance of the EasingPoint3DKeyFrame class with the specified Point3D value and key time.

EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)

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

EasingPoint3DKeyFrame()

Initializes a new instance of the EasingPoint3DKeyFrame class.

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

See also

Applies to

EasingPoint3DKeyFrame(Point3D)

Initializes a new instance of the EasingPoint3DKeyFrame class with the specified Point3D value.

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

Parameters

value
Point3D

The initial Point3D value.

See also

Applies to

EasingPoint3DKeyFrame(Point3D, KeyTime)

Initializes a new instance of the EasingPoint3DKeyFrame class with the specified Point3D value and key time.

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

Parameters

value
Point3D

The initial Point3D value.

keyTime
KeyTime

The initial key time.

See also

Applies to

EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)

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

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

Parameters

value
Point3D

The initial Point3D value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to