ByteKeyFrame Construtores

Definição

Inicializa uma nova instância da classe ByteKeyFrame.

Sobrecargas

ByteKeyFrame()

Inicializa uma nova instância da classe ByteKeyFrame.

ByteKeyFrame(Byte)

Inicializa uma nova instância da classe ByteKeyFrame que tem o Value de destino especificado.

ByteKeyFrame(Byte, KeyTime)

Inicializa uma nova instância da classe ByteKeyFrame que tem o Value e o KeyTime de destino especificados.

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 classe ByteKeyFrame que tem o Value de destino especificado.

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

O Value da nova instância ByteKeyFrame.

Aplica-se a

ByteKeyFrame(Byte, KeyTime)

Inicializa uma nova instância da classe ByteKeyFrame que tem o Value e o KeyTime de destino especificados.

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

O Value da nova instância ByteKeyFrame.

keyTime
KeyTime

O KeyTime da nova instância ByteKeyFrame.

Aplica-se a