ByteKeyFrame Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de ByteKeyFrame klasse.
Overloads
| Name | Description |
|---|---|
| ByteKeyFrame() |
Initialiseert een nieuw exemplaar van de ByteKeyFrame klasse. |
| ByteKeyFrame(Byte) |
Initialiseert een nieuw exemplaar van de ByteKeyFrame klasse met het opgegeven doel Value. |
| ByteKeyFrame(Byte, KeyTime) |
Initialiseert een nieuw exemplaar van de ByteKeyFrame klasse met het opgegeven doel Value en KeyTime. |
ByteKeyFrame()
Initialiseert een nieuw exemplaar van de ByteKeyFrame klasse.
protected:
ByteKeyFrame();
protected ByteKeyFrame();
Protected Sub New ()
Van toepassing op
ByteKeyFrame(Byte)
Initialiseert een nieuw exemplaar van de ByteKeyFrame klasse met het opgegeven doel 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)
Parameters
- value
- Byte
De Value nieuwe ByteKeyFrame instantie.
Van toepassing op
ByteKeyFrame(Byte, KeyTime)
Initialiseert een nieuw exemplaar van de ByteKeyFrame klasse met het opgegeven doel Value en 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)
Parameters
- value
- Byte
De Value nieuwe ByteKeyFrame instantie.
- keyTime
- KeyTime
De KeyTime nieuwe ByteKeyFrame instantie.