Langue

ByteKeyFrame Constructeurs

Définition

Initialise une nouvelle instance de la classe ByteKeyFrame.

Surcharges

Nom Description
ByteKeyFrame()

Initialise une nouvelle instance de la classe ByteKeyFrame.

ByteKeyFrame(Byte)

Initialise une nouvelle instance de la ByteKeyFrame classe qui a la cible Valuespécifiée.

ByteKeyFrame(Byte, KeyTime)

Initialise une nouvelle instance de la ByteKeyFrame classe qui a la cible Value spécifiée et KeyTime.

ByteKeyFrame()

Initialise une nouvelle instance de la classe ByteKeyFrame.

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

S’applique à

ByteKeyFrame(Byte)

Initialise une nouvelle instance de la ByteKeyFrame classe qui a la cible Valuespécifiée.

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)

Paramètres

value
Byte

Value Nouvelle ByteKeyFrame instance.

S’applique à

ByteKeyFrame(Byte, KeyTime)

Initialise une nouvelle instance de la ByteKeyFrame classe qui a la cible Value spécifiée et 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)

Paramètres

value
Byte

Value Nouvelle ByteKeyFrame instance.

keyTime
KeyTime

KeyTime Nouvelle ByteKeyFrame instance.

S’applique à