ByteKeyFrame Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe ByteKeyFrame.
Sobrecargas
| Nome | Description |
|---|---|
| ByteKeyFrame() |
Inicializa uma nova instância da classe ByteKeyFrame. |
| ByteKeyFrame(Byte) |
Inicializa uma nova instância da ByteKeyFrame classe que tem o destino Valueespecificado. |
| ByteKeyFrame(Byte, KeyTime) |
Inicializa uma nova instância da ByteKeyFrame classe que tem o destino Value especificado e KeyTime. |
ByteKeyFrame()
Inicializa uma nova instância da classe ByteKeyFrame.
protected:
ByteKeyFrame();
protected ByteKeyFrame();
Protected Sub New ()
Aplica-se a
ByteKeyFrame(Byte)
Inicializa uma nova instância da ByteKeyFrame classe que tem o destino Valueespecificado.
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)
Parâmetros
- value
- Byte
A Value da nova ByteKeyFrame instância.
Aplica-se a
ByteKeyFrame(Byte, KeyTime)
Inicializa uma nova instância da ByteKeyFrame classe que tem o destino Value especificado e 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)
Parâmetros
- value
- Byte
A Value da nova ByteKeyFrame instância.
- keyTime
- KeyTime
A KeyTime da nova ByteKeyFrame instância.