EasingInt64KeyFrame Konstruktoren

Definition

Überlädt

Name Beschreibung
EasingInt64KeyFrame()

Initialisiert eine neue Instanz der EasingInt64KeyFrame-Klasse.

EasingInt64KeyFrame(Int64)

Initialisiert eine neue Instanz der EasingInt64KeyFrame Klasse mit dem angegebenen Int64 Wert.

EasingInt64KeyFrame(Int64, KeyTime)

Initialisiert eine neue Instanz der EasingInt64KeyFrame Klasse mit dem angegebenen Wert und der angegebenen Int64 Schlüsselzeit.

EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)

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

EasingInt64KeyFrame()

Initialisiert eine neue Instanz der EasingInt64KeyFrame-Klasse.

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

Gilt für:

EasingInt64KeyFrame(Int64)

Initialisiert eine neue Instanz der EasingInt64KeyFrame Klasse mit dem angegebenen Int64 Wert.

public:
 EasingInt64KeyFrame(long value);
public EasingInt64KeyFrame(long value);
new System.Windows.Media.Animation.EasingInt64KeyFrame : int64 -> System.Windows.Media.Animation.EasingInt64KeyFrame
Public Sub New (value As Long)

Parameter

value
Int64

Der Anfangswert Int64 .

Weitere Informationen

Gilt für:

EasingInt64KeyFrame(Int64, KeyTime)

Initialisiert eine neue Instanz der EasingInt64KeyFrame Klasse mit dem angegebenen Wert und der angegebenen Int64 Schlüsselzeit.

public:
 EasingInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt64KeyFrame(long value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime)

Parameter

value
Int64

Der Anfangswert Int64 .

keyTime
KeyTime

Die Anfangsschlüsselzeit.

Weitere Informationen

Gilt für:

EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)

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

public:
 EasingInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt64KeyFrame(long value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime, easingFunction As IEasingFunction)

Parameter

value
Int64

Der Anfangswert Int64 .

keyTime
KeyTime

Die Anfangsschlüsselzeit.

easingFunction
IEasingFunction

Die Beschleunigungsfunktion.

Weitere Informationen

Gilt für: