ByteKeyFrame Konstruktoren

Definition

Initialisiert eine neue Instanz der ByteKeyFrame-Klasse.

Überlädt

ByteKeyFrame()

Initialisiert eine neue Instanz der ByteKeyFrame-Klasse.

ByteKeyFrame(Byte)

Initialisiert eine neue Instanz der ByteKeyFrame-Klasse, die den angegebenen Ziel-Value hat.

ByteKeyFrame(Byte, KeyTime)

Initialisiert eine neue Instanz der ByteKeyFrame-Klasse, die den angegebenen Ziel-Value und die KeyTime aufweist.

ByteKeyFrame()

Initialisiert eine neue Instanz der ByteKeyFrame-Klasse.

protected:
 ByteKeyFrame();
protected ByteKeyFrame ();
Protected Sub New ()

Gilt für:

ByteKeyFrame(Byte)

Initialisiert eine neue Instanz der ByteKeyFrame-Klasse, die den angegebenen Ziel-Value hat.

protected:
 ByteKeyFrame(System::Byte value);
protected ByteKeyFrame (byte value);
new System.Windows.Media.Animation.ByteKeyFrame : byte -> System.Windows.Media.Animation.ByteKeyFrame
Protected Sub New (value As Byte)

Parameter

value
Byte

Die Value der neuen ByteKeyFrame-Instanz.

Gilt für:

ByteKeyFrame(Byte, KeyTime)

Initialisiert eine neue Instanz der ByteKeyFrame-Klasse, die den angegebenen Ziel-Value und die KeyTime aufweist.

protected:
 ByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime);
protected ByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.ByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.ByteKeyFrame
Protected Sub New (value As Byte, keyTime As KeyTime)

Parameter

value
Byte

Die Value der neuen ByteKeyFrame-Instanz.

keyTime
KeyTime

Die KeyTime der neuen ByteKeyFrame-Instanz.

Gilt für: