ByteKeyFrame Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.