EasingInt16KeyFrame Constructors

Definitie

Overloads

Name Description
EasingInt16KeyFrame()

Initialiseert een nieuw exemplaar van de EasingInt16KeyFrame klasse.

EasingInt16KeyFrame(Int16)

Initialiseert een nieuw exemplaar van de EasingInt16KeyFrame klasse met de opgegeven Int16 waarde.

EasingInt16KeyFrame(Int16, KeyTime)

Initialiseert een nieuw exemplaar van de EasingInt16KeyFrame klasse met de opgegeven Int16 waarde en sleuteltijd.

EasingInt16KeyFrame(Int16, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingInt16KeyFrame klasse met de opgegeven Int16 waarde, sleuteltijd en versoepelingsfunctie.

EasingInt16KeyFrame()

Initialiseert een nieuw exemplaar van de EasingInt16KeyFrame klasse.

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

Zie ook

Van toepassing op

EasingInt16KeyFrame(Int16)

Initialiseert een nieuw exemplaar van de EasingInt16KeyFrame klasse met de opgegeven Int16 waarde.

public:
 EasingInt16KeyFrame(short value);
public EasingInt16KeyFrame(short value);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short)

Parameters

value
Int16

De initiële Int16 waarde.

Zie ook

Van toepassing op

EasingInt16KeyFrame(Int16, KeyTime)

Initialiseert een nieuw exemplaar van de EasingInt16KeyFrame klasse met de opgegeven Int16 waarde en sleuteltijd.

public:
 EasingInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt16KeyFrame(short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime)

Parameters

value
Int16

De initiële Int16 waarde.

keyTime
KeyTime

De eerste sleuteltijd.

Zie ook

Van toepassing op

EasingInt16KeyFrame(Int16, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingInt16KeyFrame klasse met de opgegeven Int16 waarde, sleuteltijd en versoepelingsfunctie.

public:
 EasingInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt16KeyFrame(short value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime, easingFunction As IEasingFunction)

Parameters

value
Int16

De initiële Int16 waarde.

keyTime
KeyTime

De eerste sleuteltijd.

easingFunction
IEasingFunction

De versoepelingsfunctie.

Zie ook

Van toepassing op