EasingInt64KeyFrame Constructors

Definitie

Overloads

Name Description
EasingInt64KeyFrame()

Initialiseert een nieuw exemplaar van de EasingInt64KeyFrame klasse.

EasingInt64KeyFrame(Int64)

Initialiseert een nieuw exemplaar van de EasingInt64KeyFrame klasse met de opgegeven Int64 waarde.

EasingInt64KeyFrame(Int64, KeyTime)

Initialiseert een nieuw exemplaar van de EasingInt64KeyFrame klasse met de opgegeven Int64 waarde en sleuteltijd.

EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingInt64KeyFrame klasse met de opgegeven Int64 waarde, sleuteltijd en versoepelingsfunctie.

EasingInt64KeyFrame()

Initialiseert een nieuw exemplaar van de EasingInt64KeyFrame klasse.

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

Van toepassing op

EasingInt64KeyFrame(Int64)

Initialiseert een nieuw exemplaar van de EasingInt64KeyFrame klasse met de opgegeven Int64 waarde.

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)

Parameters

value
Int64

De initiële Int64 waarde.

Zie ook

Van toepassing op

EasingInt64KeyFrame(Int64, KeyTime)

Initialiseert een nieuw exemplaar van de EasingInt64KeyFrame klasse met de opgegeven Int64 waarde en sleuteltijd.

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)

Parameters

value
Int64

De initiële Int64 waarde.

keyTime
KeyTime

De eerste sleuteltijd.

Zie ook

Van toepassing op

EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingInt64KeyFrame klasse met de opgegeven Int64 waarde, sleuteltijd en versoepelingsfunctie.

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)

Parameters

value
Int64

De initiële Int64 waarde.

keyTime
KeyTime

De eerste sleuteltijd.

easingFunction
IEasingFunction

De versoepelingsfunctie.

Zie ook

Van toepassing op