ByteKeyFrame Constructeurs

Définition

Initialise une nouvelle instance de la classe ByteKeyFrame.

Surcharges

ByteKeyFrame()

Initialise une nouvelle instance de la classe ByteKeyFrame.

ByteKeyFrame(Byte)

Initialise une nouvelle instance de la classe ByteKeyFrame qui possède le Value cible spécifié.

ByteKeyFrame(Byte, KeyTime)

Initialise une nouvelle instance de la classe ByteKeyFrame qui possède les Value et KeyTime cibles spécifiés.

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 classe ByteKeyFrame qui possède le Value cible spécifié.

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 de la nouvelle instance ByteKeyFrame.

S’applique à

ByteKeyFrame(Byte, KeyTime)

Initialise une nouvelle instance de la classe ByteKeyFrame qui possède les Value et KeyTime cibles spécifiés.

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 de la nouvelle instance ByteKeyFrame.

keyTime
KeyTime

KeyTime de la nouvelle instance ByteKeyFrame.

S’applique à