EasingInt16KeyFrame Constructors

Definition

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

value
Int16

The initial Int16 value.

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

value
Int16

The initial Int16 value.

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

value
Int16

The initial Int16 value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to