Compartilhar via


Int32KeyFrame Construtores

Definição

Inicializa uma nova instância da classe Int32KeyFrame.

Sobrecargas

Int32KeyFrame()

Inicializa uma nova instância da classe Int32KeyFrame.

Int32KeyFrame(Int32)

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

Int32KeyFrame(Int32, KeyTime)

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

Int32KeyFrame()

Inicializa uma nova instância da classe Int32KeyFrame.

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

Aplica-se a

Int32KeyFrame(Int32)

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

protected:
 Int32KeyFrame(int value);
protected Int32KeyFrame (int value);
new System.Windows.Media.Animation.Int32KeyFrame : int -> System.Windows.Media.Animation.Int32KeyFrame
Protected Sub New (value As Integer)

Parâmetros

value
Int32

O Value da nova instância Int32KeyFrame.

Aplica-se a

Int32KeyFrame(Int32, KeyTime)

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

protected:
 Int32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int32KeyFrame (int value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int32KeyFrame : int * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int32KeyFrame
Protected Sub New (value As Integer, keyTime As KeyTime)

Parâmetros

value
Int32

O Value da nova instância Int32KeyFrame.

keyTime
KeyTime

O KeyTime da nova instância Int32KeyFrame.

Aplica-se a