Int16KeyFrame Construtores

Definição

Inicializa uma nova instância da classe Int16KeyFrame.

Sobrecargas

Int16KeyFrame()

Inicializa uma nova instância da classe Int16KeyFrame.

Int16KeyFrame(Int16)

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

Int16KeyFrame(Int16, KeyTime)

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

Int16KeyFrame()

Inicializa uma nova instância da classe Int16KeyFrame.

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

Aplica-se a

Int16KeyFrame(Int16)

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

protected:
 Int16KeyFrame(short value);
protected Int16KeyFrame (short value);
new System.Windows.Media.Animation.Int16KeyFrame : int16 -> System.Windows.Media.Animation.Int16KeyFrame
Protected Sub New (value As Short)

Parâmetros

value
Int16

O Value da nova instância Int16KeyFrame.

Aplica-se a

Int16KeyFrame(Int16, KeyTime)

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

protected:
 Int16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int16KeyFrame
Protected Sub New (value As Short, keyTime As KeyTime)

Parâmetros

value
Int16

O Value da nova instância Int16KeyFrame.

keyTime
KeyTime

O KeyTime da nova instância Int16KeyFrame.

Aplica-se a