EasingInt32KeyFrame Constructors

Definitie

Overloads

Name Description
EasingInt32KeyFrame()

Initialiseert een nieuw exemplaar van de EasingInt32KeyFrame klasse.

EasingInt32KeyFrame(Int32)

Initialiseert een nieuw exemplaar van de EasingInt32KeyFrame klasse met de opgegeven Int32 waarde.

EasingInt32KeyFrame(Int32, KeyTime)

Initialiseert een nieuw exemplaar van de EasingInt32KeyFrame klasse met de opgegeven Int32 waarde en sleuteltijd.

EasingInt32KeyFrame(Int32, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingInt32KeyFrame klasse met de opgegeven Int32 waarde, sleuteltijd en versoepelingsfunctie.

EasingInt32KeyFrame()

Initialiseert een nieuw exemplaar van de EasingInt32KeyFrame klasse.

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

Zie ook

Van toepassing op

EasingInt32KeyFrame(Int32)

Initialiseert een nieuw exemplaar van de EasingInt32KeyFrame klasse met de opgegeven Int32 waarde.

public:
 EasingInt32KeyFrame(int value);
public EasingInt32KeyFrame(int value);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer)

Parameters

value
Int32

De initiële Int32 waarde.

Zie ook

Van toepassing op

EasingInt32KeyFrame(Int32, KeyTime)

Initialiseert een nieuw exemplaar van de EasingInt32KeyFrame klasse met de opgegeven Int32 waarde en sleuteltijd.

public:
 EasingInt32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt32KeyFrame(int value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer, keyTime As KeyTime)

Parameters

value
Int32

De initiële Int32 waarde.

keyTime
KeyTime

De eerste sleuteltijd.

Zie ook

Van toepassing op

EasingInt32KeyFrame(Int32, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingInt32KeyFrame klasse met de opgegeven Int32 waarde, sleuteltijd en versoepelingsfunctie.

public:
 EasingInt32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt32KeyFrame(int value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer, keyTime As KeyTime, easingFunction As IEasingFunction)

Parameters

value
Int32

De initiële Int32 waarde.

keyTime
KeyTime

De eerste sleuteltijd.

easingFunction
IEasingFunction

De versoepelingsfunctie.

Zie ook

Van toepassing op