ByteKeyFrame Constructores

Definición

Inicializa una nueva instancia de la clase ByteKeyFrame.

Sobrecargas

Nombre Description
ByteKeyFrame()

Inicializa una nueva instancia de la clase ByteKeyFrame.

ByteKeyFrame(Byte)

Inicializa una nueva instancia de la ByteKeyFrame clase que tiene el destino Valueespecificado.

ByteKeyFrame(Byte, KeyTime)

Inicializa una nueva instancia de la ByteKeyFrame clase que tiene el destino Value especificado y KeyTime.

ByteKeyFrame()

Inicializa una nueva instancia de la clase ByteKeyFrame.

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

Se aplica a

ByteKeyFrame(Byte)

Inicializa una nueva instancia de la ByteKeyFrame clase que tiene el 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

Value de la nueva ByteKeyFrame instancia.

Se aplica a

ByteKeyFrame(Byte, KeyTime)

Inicializa una nueva instancia de la ByteKeyFrame clase que tiene el destino Value especificado y 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

Value de la nueva ByteKeyFrame instancia.

keyTime
KeyTime

KeyTime de la nueva ByteKeyFrame instancia.

Se aplica a