Int64KeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy Int64KeyFrame.

Przeciążenia

Int64KeyFrame()

Inicjuje nowe wystąpienie klasy Int64KeyFrame.

Int64KeyFrame(Int64)

Inicjuje Int64KeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value.

Int64KeyFrame(Int64, KeyTime)

Inicjuje Int64KeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i KeyTime.

Int64KeyFrame()

Inicjuje nowe wystąpienie klasy Int64KeyFrame.

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

Dotyczy

Int64KeyFrame(Int64)

Inicjuje Int64KeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value.

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)

Parametry

value
Int64

Int64KeyFrame Nowe Value wystąpienie.

Dotyczy

Int64KeyFrame(Int64, KeyTime)

Inicjuje Int64KeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i 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)

Parametry

value
Int64

Int64KeyFrame Nowe Value wystąpienie.

keyTime
KeyTime

Int64KeyFrame Nowe KeyTime wystąpienie.

Dotyczy