EasingRotation3DKeyFrame Constructors

Definition

Initializes a new instance of the EasingRotation3DKeyFrame class.

Overloads

EasingRotation3DKeyFrame()

Initializes a new instance of the EasingRotation3DKeyFrame class.

EasingRotation3DKeyFrame(Rotation3D)

Initializes a new instance of the EasingRotation3DKeyFrame class with the specified Rotation3D value.

EasingRotation3DKeyFrame(Rotation3D, KeyTime)

Initializes a new instance of the EasingRotation3DKeyFrame class with the specified Rotation3D value and key time.

EasingRotation3DKeyFrame(Rotation3D, KeyTime, IEasingFunction)

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

EasingRotation3DKeyFrame()

Initializes a new instance of the EasingRotation3DKeyFrame class.

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

See also

Applies to

EasingRotation3DKeyFrame(Rotation3D)

Initializes a new instance of the EasingRotation3DKeyFrame class with the specified Rotation3D value.

public:
 EasingRotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value);
public EasingRotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value);
new System.Windows.Media.Animation.EasingRotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D -> System.Windows.Media.Animation.EasingRotation3DKeyFrame
Public Sub New (value As Rotation3D)

Parameters

value
Rotation3D

The initial Rotation3D value.

Applies to

EasingRotation3DKeyFrame(Rotation3D, KeyTime)

Initializes a new instance of the EasingRotation3DKeyFrame class with the specified Rotation3D value and key time.

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

Parameters

value
Rotation3D

The initial Rotation3D value.

keyTime
KeyTime

The initial key time.

See also

Applies to

EasingRotation3DKeyFrame(Rotation3D, KeyTime, IEasingFunction)

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

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

Parameters

value
Rotation3D

The initial Rotation3D value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to