EasingRotation3DKeyFrame Constructors

Definitie

Initialiseert een nieuw exemplaar van de EasingRotation3DKeyFrame klasse.

Overloads

Name Description
EasingRotation3DKeyFrame()

Initialiseert een nieuw exemplaar van de EasingRotation3DKeyFrame klasse.

EasingRotation3DKeyFrame(Rotation3D)

Initialiseert een nieuw exemplaar van de EasingRotation3DKeyFrame klasse met de opgegeven Rotation3D waarde.

EasingRotation3DKeyFrame(Rotation3D, KeyTime)

Initialiseert een nieuw exemplaar van de EasingRotation3DKeyFrame klasse met de opgegeven Rotation3D waarde en sleuteltijd.

EasingRotation3DKeyFrame(Rotation3D, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingRotation3DKeyFrame klasse met de opgegeven Rotation3D waarde, sleuteltijd en versoepelingsfunctie.

EasingRotation3DKeyFrame()

Initialiseert een nieuw exemplaar van de EasingRotation3DKeyFrame klasse.

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

Zie ook

Van toepassing op

EasingRotation3DKeyFrame(Rotation3D)

Initialiseert een nieuw exemplaar van de EasingRotation3DKeyFrame klasse met de opgegeven Rotation3D waarde.

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

De initiële Rotation3D waarde.

Van toepassing op

EasingRotation3DKeyFrame(Rotation3D, KeyTime)

Initialiseert een nieuw exemplaar van de EasingRotation3DKeyFrame klasse met de opgegeven Rotation3D waarde en sleuteltijd.

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

De initiële Rotation3D waarde.

keyTime
KeyTime

De eerste sleuteltijd.

Zie ook

Van toepassing op

EasingRotation3DKeyFrame(Rotation3D, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingRotation3DKeyFrame klasse met de opgegeven Rotation3D waarde, sleuteltijd en versoepelingsfunctie.

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

De initiële Rotation3D waarde.

keyTime
KeyTime

De eerste sleuteltijd.

easingFunction
IEasingFunction

De versoepelingsfunctie.

Zie ook

Van toepassing op