EasingInt64KeyFrame Constructors

Definition

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

value
Int64

The initial Int64 value.

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

value
Int64

The initial Int64 value.

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

value
Int64

The initial Int64 value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to