ByteKeyFrame Konstruktory

Definice

Inicializuje novou instanci ByteKeyFrame třídy .

Přetížení

ByteKeyFrame()

Inicializuje novou instanci ByteKeyFrame třídy .

ByteKeyFrame(Byte)

Inicializuje novou instanci ByteKeyFrame třídy, která má zadaný cíl Value.

ByteKeyFrame(Byte, KeyTime)

Inicializuje novou instanci ByteKeyFrame třídy, která má zadaný cíl Value a KeyTime.

ByteKeyFrame()

Inicializuje novou instanci ByteKeyFrame třídy .

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

Platí pro

ByteKeyFrame(Byte)

Inicializuje novou instanci ByteKeyFrame třídy, která má zadaný cíl Value.

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)

Parametry

value
Byte

ByteKeyFrame Nová Value instance.

Platí pro

ByteKeyFrame(Byte, KeyTime)

Inicializuje novou instanci ByteKeyFrame třídy, která má zadaný cíl Value a KeyTime.

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)

Parametry

value
Byte

ByteKeyFrame Nová Value instance.

keyTime
KeyTime

ByteKeyFrame Nová KeyTime instance.

Platí pro