EasingPointKeyFrame Constructors

Definition

Initializes a new instance of the EasingPointKeyFrame class.

Overloads

EasingPointKeyFrame()

Initializes a new instance of the EasingPointKeyFrame class.

EasingPointKeyFrame(Point)

Initializes a new instance of the EasingPointKeyFrame class with the specified Point value.

EasingPointKeyFrame(Point, KeyTime)

Initializes a new instance of the EasingPointKeyFrame class with the specified Point value and key time.

EasingPointKeyFrame(Point, KeyTime, IEasingFunction)

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

EasingPointKeyFrame()

Initializes a new instance of the EasingPointKeyFrame class.

C#
public EasingPointKeyFrame();

See also

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.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

EasingPointKeyFrame(Point)

Initializes a new instance of the EasingPointKeyFrame class with the specified Point value.

C#
public EasingPointKeyFrame(System.Windows.Point value);

Parameters

value
Point

The initial Point value.

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.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

EasingPointKeyFrame(Point, KeyTime)

Initializes a new instance of the EasingPointKeyFrame class with the specified Point value and key time.

C#
public EasingPointKeyFrame(System.Windows.Point value, System.Windows.Media.Animation.KeyTime keyTime);

Parameters

value
Point

The initial Point value.

keyTime
KeyTime

The initial key time.

See also

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.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

EasingPointKeyFrame(Point, KeyTime, IEasingFunction)

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

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

Parameters

value
Point

The initial Point value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.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