EasingInt16KeyFrame 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
EasingInt16KeyFrame() |
Initializes a new instance of the EasingInt16KeyFrame class. |
EasingInt16KeyFrame(Int16) |
Initializes a new instance of the EasingInt16KeyFrame class with the specified Int16 value. |
EasingInt16KeyFrame(Int16, KeyTime) |
Initializes a new instance of the EasingInt16KeyFrame class with the specified Int16 value and key time. |
EasingInt16KeyFrame(Int16, KeyTime, IEasingFunction) |
Initializes a new instance of the EasingInt16KeyFrame class with the specified Int16 value, key time, and easing function. |
EasingInt16KeyFrame()
Initializes a new instance of the EasingInt16KeyFrame class.
public:
EasingInt16KeyFrame();
public EasingInt16KeyFrame ();
Public Sub New ()
See also
Applies to
EasingInt16KeyFrame(Int16)
Initializes a new instance of the EasingInt16KeyFrame class with the specified Int16 value.
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
See also
Applies to
EasingInt16KeyFrame(Int16, KeyTime)
Initializes a new instance of the EasingInt16KeyFrame class with the specified Int16 value and key time.
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
The initial key time.
See also
Applies to
EasingInt16KeyFrame(Int16, KeyTime, IEasingFunction)
Initializes a new instance of the EasingInt16KeyFrame class with the specified Int16 value, key time, and easing function.
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
The initial key time.
- easingFunction
- IEasingFunction
The easing function.