Partilhar via


Int64KeyFrame Construtores

Definição

Inicializa uma nova instância da classe Int64KeyFrame.

Sobrecargas

Int64KeyFrame()

Inicializa uma nova instância da classe Int64KeyFrame.

Int64KeyFrame(Int64)

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

Int64KeyFrame(Int64, KeyTime)

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

Int64KeyFrame()

Inicializa uma nova instância da classe Int64KeyFrame.

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

Aplica-se a

Int64KeyFrame(Int64)

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

protected:
 Int64KeyFrame(long value);
protected Int64KeyFrame (long value);
new System.Windows.Media.Animation.Int64KeyFrame : int64 -> System.Windows.Media.Animation.Int64KeyFrame
Protected Sub New (value As Long)

Parâmetros

value
Int64

O Value da nova instância Int64KeyFrame.

Aplica-se a

Int64KeyFrame(Int64, KeyTime)

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

protected:
 Int64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int64KeyFrame (long value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int64KeyFrame
Protected Sub New (value As Long, keyTime As KeyTime)

Parâmetros

value
Int64

O Value da nova instância Int64KeyFrame.

keyTime
KeyTime

O KeyTime da nova instância Int64KeyFrame.

Aplica-se a