Idioma

Int64KeyFrame Construtores

Definição

Inicializa uma nova instância da Int64KeyFrame classe.

Sobrecargas

Nome Descrição
Int64KeyFrame()

Inicializa uma nova instância da Int64KeyFrame classe.

Int64KeyFrame(Int64)

Inicializa uma nova instância da Int64KeyFrame classe que tem o alvo Valueespecificado .

Int64KeyFrame(Int64, KeyTime)

Inicializa uma nova instância da Int64KeyFrame classe que tem o alvo Value especificado e KeyTime.

Int64KeyFrame()

Inicializa uma nova instância da Int64KeyFrame classe.

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

Aplica-se a

Int64KeyFrame(Int64)

Inicializa uma nova instância da Int64KeyFrame classe que tem o alvo Valueespecificado .

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 Int64KeyFrame instância.

Aplica-se a

Int64KeyFrame(Int64, KeyTime)

Inicializa uma nova instância da Int64KeyFrame classe que tem o alvo Value especificado e KeyTime.

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 Int64KeyFrame instância.

keyTime
KeyTime

O KeyTime da nova Int64KeyFrame instância.

Aplica-se a