ByteKeyFrame Construtores

Definição

Inicializa uma nova instância da ByteKeyFrame classe.

Sobrecargas

Name Description
ByteKeyFrame()

Inicializa uma nova instância da ByteKeyFrame classe.

ByteKeyFrame(Byte)

Inicializa uma nova instância da ByteKeyFrame classe que tem o alvo Valueespecificado .

ByteKeyFrame(Byte, KeyTime)

Inicializa uma nova instância da ByteKeyFrame classe que tem o alvo Value especificado e KeyTime.

ByteKeyFrame()

Inicializa uma nova instância da ByteKeyFrame classe.

protected:
 ByteKeyFrame();
protected ByteKeyFrame();
Protected Sub New ()

Aplica-se a

ByteKeyFrame(Byte)

Inicializa uma nova instância da ByteKeyFrame classe que tem o alvo 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

O Value da nova ByteKeyFrame instância.

Aplica-se a

ByteKeyFrame(Byte, KeyTime)

Inicializa uma nova instância da ByteKeyFrame classe que tem o alvo 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

O Value da nova ByteKeyFrame instância.

keyTime
KeyTime

O KeyTime da nova ByteKeyFrame instância.

Aplica-se a