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.

C#
public EasingInt64KeyFrame();

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

EasingInt64KeyFrame(Int64)

Initializes a new instance of the EasingInt64KeyFrame class with the specified Int64 value.

C#
public EasingInt64KeyFrame(long value);

Parameters

value
Int64

The initial Int64 value.

See also

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

EasingInt64KeyFrame(Int64, KeyTime)

Initializes a new instance of the EasingInt64KeyFrame class with the specified Int64 value and key time.

C#
public EasingInt64KeyFrame(long value, System.Windows.Media.Animation.KeyTime keyTime);

Parameters

value
Int64

The initial Int64 value.

keyTime
KeyTime

The initial key time.

See also

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)

Initializes a new instance of the EasingInt64KeyFrame class with the specified Int64 value, key time, and easing function.

C#
public EasingInt64KeyFrame(long value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);

Parameters

value
Int64

The initial Int64 value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10