ByteKeyFrame Construtores

Definição

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.

Aplica-se a