EasingRotation3DKeyFrame Konstruktoren

Definition

Initialisiert eine neue Instanz der EasingRotation3DKeyFrame-Klasse.

Überlädt

EasingRotation3DKeyFrame()

Initialisiert eine neue Instanz der EasingRotation3DKeyFrame-Klasse.

EasingRotation3DKeyFrame(Rotation3D)

Initialisiert eine neue Instanz der EasingRotation3DKeyFrame-Klasse mit dem angegebenen Rotation3D-Wert.

EasingRotation3DKeyFrame(Rotation3D, KeyTime)

Initialisiert eine neue Instanz der EasingRotation3DKeyFrame-Klasse mit dem angegebenen Rotation3D-Wert und der angegebenen Schlüsselzeit.

EasingRotation3DKeyFrame(Rotation3D, KeyTime, IEasingFunction)

Initialisiert eine neue Instanz der EasingRotation3DKeyFrame-Klasse mit dem angegebenen Rotation3D-Wert, der angegebenen Schlüsselzeit und der angegebenen Beschleunigungsfunktion.

EasingRotation3DKeyFrame()

Initialisiert eine neue Instanz der EasingRotation3DKeyFrame-Klasse.

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

Siehe auch

Gilt für

EasingRotation3DKeyFrame(Rotation3D)

Initialisiert eine neue Instanz der EasingRotation3DKeyFrame-Klasse mit dem angegebenen Rotation3D-Wert.

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)

Parameter

value
Rotation3D

Der Rotation3D-Anfangswert.

Gilt für

EasingRotation3DKeyFrame(Rotation3D, KeyTime)

Initialisiert eine neue Instanz der EasingRotation3DKeyFrame-Klasse mit dem angegebenen Rotation3D-Wert und der angegebenen Schlüsselzeit.

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)

Parameter

value
Rotation3D

Der Rotation3D-Anfangswert.

keyTime
KeyTime

Die Anfangsschlüsselzeit.

Siehe auch

Gilt für

EasingRotation3DKeyFrame(Rotation3D, KeyTime, IEasingFunction)

Initialisiert eine neue Instanz der EasingRotation3DKeyFrame-Klasse mit dem angegebenen Rotation3D-Wert, der angegebenen Schlüsselzeit und der angegebenen Beschleunigungsfunktion.

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)

Parameter

value
Rotation3D

Der Rotation3D-Anfangswert.

keyTime
KeyTime

Die Anfangsschlüsselzeit.

easingFunction
IEasingFunction

Die Beschleunigungsfunktion.

Siehe auch

Gilt für