Share via


ByteKeyFrame Constructores

Definición

Inicializa una nueva instancia de la clase ByteKeyFrame.

Sobrecargas

ByteKeyFrame()

Inicializa una nueva instancia de la clase ByteKeyFrame.

ByteKeyFrame(Byte)

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

ByteKeyFrame(Byte, KeyTime)

Inicializa una nueva instancia de la clase ByteKeyFrame con los parámetros Value y KeyTime de destino especificados.

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 clase ByteKeyFrame que tiene el valor Value de destino.

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 instancia de ByteKeyFrame.

Se aplica a

ByteKeyFrame(Byte, KeyTime)

Inicializa una nueva instancia de la clase ByteKeyFrame con los parámetros Value y 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

Value de la nueva instancia de ByteKeyFrame.

keyTime
KeyTime

KeyTime de la nueva instancia de ByteKeyFrame.

Se aplica a