EasingInt64KeyFrame 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 |
|---|---|
| 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
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
- 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
- keyTime
- KeyTime
De eerste sleuteltijd.
- easingFunction
- IEasingFunction
De versoepelingsfunctie.