EasingInt32KeyFrame 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
EasingInt32KeyFrame() |
Initializes a new instance of the EasingInt32KeyFrame class. |
EasingInt32KeyFrame(Int32) |
Initializes a new instance of the EasingInt32KeyFrame class with the specified Int32 value. |
EasingInt32KeyFrame(Int32, KeyTime) |
Initializes a new instance of the EasingInt32KeyFrame class with the specified Int32 value and key time. |
EasingInt32KeyFrame(Int32, KeyTime, IEasingFunction) |
Initializes a new instance of the EasingInt32KeyFrame class with the specified Int32 value, key time, and easing function. |
EasingInt32KeyFrame()
Initializes a new instance of the EasingInt32KeyFrame class.
public:
EasingInt32KeyFrame();
public EasingInt32KeyFrame ();
Public Sub New ()
See also
Applies to
EasingInt32KeyFrame(Int32)
Initializes a new instance of the EasingInt32KeyFrame class with the specified Int32 value.
public:
EasingInt32KeyFrame(int value);
public EasingInt32KeyFrame (int value);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer)
Parameters
See also
Applies to
EasingInt32KeyFrame(Int32, KeyTime)
Initializes a new instance of the EasingInt32KeyFrame class with the specified Int32 value and key time.
public:
EasingInt32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt32KeyFrame (int value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer, keyTime As KeyTime)
Parameters
- keyTime
- KeyTime
The initial key time.
See also
Applies to
EasingInt32KeyFrame(Int32, KeyTime, IEasingFunction)
Initializes a new instance of the EasingInt32KeyFrame class with the specified Int32 value, key time, and easing function.
public:
EasingInt32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt32KeyFrame (int value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer, keyTime As KeyTime, easingFunction As IEasingFunction)
Parameters
- keyTime
- KeyTime
The initial key time.
- easingFunction
- IEasingFunction
The easing function.