Udostępnij za pośrednictwem


EasingInt64KeyFrame Konstruktory

Definicja

Przeciążenia

EasingInt64KeyFrame()

Inicjuje nowe wystąpienie klasy EasingInt64KeyFrame.

EasingInt64KeyFrame(Int64)

Inicjuje EasingInt64KeyFrame nowe wystąpienie klasy o określonej Int64 wartości.

EasingInt64KeyFrame(Int64, KeyTime)

Inicjuje EasingInt64KeyFrame nowe wystąpienie klasy z określoną Int64 wartością i czasem klucza.

EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)

Inicjuje EasingInt64KeyFrame nowe wystąpienie klasy z określoną Int64 wartością, czasem klucza i funkcją złagodzenia.

EasingInt64KeyFrame()

Inicjuje nowe wystąpienie klasy EasingInt64KeyFrame.

public:
 EasingInt64KeyFrame();
public EasingInt64KeyFrame ();
Public Sub New ()

Dotyczy

EasingInt64KeyFrame(Int64)

Inicjuje EasingInt64KeyFrame nowe wystąpienie klasy o określonej Int64 wartości.

public:
 EasingInt64KeyFrame(long value);
public EasingInt64KeyFrame (long value);
new System.Windows.Media.Animation.EasingInt64KeyFrame : int64 -> System.Windows.Media.Animation.EasingInt64KeyFrame
Public Sub New (value As Long)

Parametry

value
Int64

Wartość początkowa Int64 .

Zobacz też

Dotyczy

EasingInt64KeyFrame(Int64, KeyTime)

Inicjuje EasingInt64KeyFrame nowe wystąpienie klasy z określoną Int64 wartością i czasem klucza.

public:
 EasingInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt64KeyFrame (long value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime)

Parametry

value
Int64

Wartość początkowa Int64 .

keyTime
KeyTime

Początkowy czas klucza.

Zobacz też

Dotyczy

EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)

Inicjuje EasingInt64KeyFrame nowe wystąpienie klasy z określoną Int64 wartością, czasem klucza i funkcją złagodzenia.

public:
 EasingInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt64KeyFrame (long value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime, easingFunction As IEasingFunction)

Parametry

value
Int64

Wartość początkowa Int64 .

keyTime
KeyTime

Początkowy czas klucza.

easingFunction
IEasingFunction

Funkcja złagodzenia.

Zobacz też

Dotyczy