Int16KeyFrame 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.
Initializes a new instance of the Int16KeyFrame class.
Overloads
Int16KeyFrame() |
Initializes a new instance of the Int16KeyFrame class. |
Int16KeyFrame(Int16) |
Initializes a new instance of the Int16KeyFrame class that has the specified target Value. |
Int16KeyFrame(Int16, KeyTime) |
Initializes a new instance of the Int16KeyFrame class that has the specified target Value and KeyTime. |
Int16KeyFrame()
Initializes a new instance of the Int16KeyFrame class.
protected:
Int16KeyFrame();
protected Int16KeyFrame ();
Protected Sub New ()
Applies to
Int16KeyFrame(Int16)
Initializes a new instance of the Int16KeyFrame class that has the specified target Value.
protected:
Int16KeyFrame(short value);
protected Int16KeyFrame (short value);
new System.Windows.Media.Animation.Int16KeyFrame : int16 -> System.Windows.Media.Animation.Int16KeyFrame
Protected Sub New (value As Short)
Parameters
- value
- Int16
The Value of the new Int16KeyFrame instance.
Applies to
Int16KeyFrame(Int16, KeyTime)
Initializes a new instance of the Int16KeyFrame class that has the specified target Value and KeyTime.
protected:
Int16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int16KeyFrame
Protected Sub New (value As Short, keyTime As KeyTime)
Parameters
- value
- Int16
The Value of the new Int16KeyFrame instance.
- keyTime
- KeyTime
The KeyTime of the new Int16KeyFrame instance.