EasingPoint3DKeyFrame Konstruktoren

Definition

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame-Klasse.

Überlädt

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 Point3D-Wert und der angegebenen Schlüsselzeit.

EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)

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

EasingPoint3DKeyFrame()

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame-Klasse.

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

Siehe auch

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 Point3D-Anfangswert.

Siehe auch

Gilt für

EasingPoint3DKeyFrame(Point3D, KeyTime)

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame-Klasse mit dem angegebenen Point3D-Wert und der angegebenen 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 Point3D-Anfangswert.

keyTime
KeyTime

Die Anfangsschlüsselzeit.

Siehe auch

Gilt für

EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)

Initialisiert eine neue Instanz der EasingPoint3DKeyFrame-Klasse mit dem angegebenen Point3D-Wert, der angegebenen Schlüsselzeit und der angegebenen 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 Point3D-Anfangswert.

keyTime
KeyTime

Die Anfangsschlüsselzeit.

easingFunction
IEasingFunction

Die Beschleunigungsfunktion.

Siehe auch

Gilt für