EasingPoint3DKeyFrame Konstruktoren

Definition

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame-Klasse.

Überlädt

Name Beschreibung
EasingPoint3DKeyFrame()

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame-Klasse.

EasingPoint3DKeyFrame(Point3D)

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame Klasse mit dem angegebenen Point3D Wert.

EasingPoint3DKeyFrame(Point3D, KeyTime)

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame Klasse mit dem angegebenen Wert und der angegebenen Point3D Schlüsselzeit.

EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame Klasse mit dem angegebenen Point3D Wert, der Schlüsselzeit und der Beschleunigungsfunktion.

EasingPoint3DKeyFrame()

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame-Klasse.

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

Weitere Informationen

Gilt für:

EasingPoint3DKeyFrame(Point3D)

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame Klasse mit dem angegebenen Point3D Wert.

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)

Parameter

value
Point3D

Der Anfangswert Point3D .

Weitere Informationen

Gilt für:

EasingPoint3DKeyFrame(Point3D, KeyTime)

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame Klasse mit dem angegebenen Wert und der angegebenen Point3D Schlüsselzeit.

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)

Parameter

value
Point3D

Der Anfangswert Point3D .

keyTime
KeyTime

Die Anfangsschlüsselzeit.

Weitere Informationen

Gilt für:

EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame Klasse mit dem angegebenen Point3D Wert, der Schlüsselzeit und der Beschleunigungsfunktion.

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)

Parameter

value
Point3D

Der Anfangswert Point3D .

keyTime
KeyTime

Die Anfangsschlüsselzeit.

easingFunction
IEasingFunction

Die Beschleunigungsfunktion.

Weitere Informationen

Gilt für: