EasingInt16KeyFrame Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
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
- 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
- keyTime
- KeyTime
De eerste sleuteltijd.
- easingFunction
- IEasingFunction
De versoepelingsfunctie.