EasingInt64KeyFrame Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EasingInt64KeyFrame() |
Initializes a new instance of the EasingInt64KeyFrame class. |
EasingInt64KeyFrame(Int64) |
Initializes a new instance of the EasingInt64KeyFrame class with the specified Int64 value. |
EasingInt64KeyFrame(Int64, KeyTime) |
Initializes a new instance of the EasingInt64KeyFrame class with the specified Int64 value and key time. |
EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction) |
Initializes a new instance of the EasingInt64KeyFrame class with the specified Int64 value, key time, and easing function. |
EasingInt64KeyFrame()
Initializes a new instance of the EasingInt64KeyFrame class.
public:
EasingInt64KeyFrame();
public EasingInt64KeyFrame ();
Public Sub New ()
Applies to
EasingInt64KeyFrame(Int64)
Initializes a new instance of the EasingInt64KeyFrame class with the specified Int64 value.
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
See also
Applies to
EasingInt64KeyFrame(Int64, KeyTime)
Initializes a new instance of the EasingInt64KeyFrame class with the specified Int64 value and key time.
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
The initial key time.
See also
Applies to
EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)
Initializes a new instance of the EasingInt64KeyFrame class with the specified Int64 value, key time, and easing function.
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
The initial key time.
- easingFunction
- IEasingFunction
The easing function.