İngilizce dilinde oku Düzenle

Aracılığıyla paylaş


EasingRectKeyFrame 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 EasingRectKeyFrame class.

Overloads

EasingRectKeyFrame()

Initializes a new instance of the EasingRectKeyFrame class.

EasingRectKeyFrame(Rect)

Initializes a new instance of the EasingRectKeyFrame class with the specified Rect value.

EasingRectKeyFrame(Rect, KeyTime)

Initializes a new instance of the EasingRectKeyFrame class with the specified Rect value and key time.

EasingRectKeyFrame(Rect, KeyTime, IEasingFunction)

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

EasingRectKeyFrame()

Initializes a new instance of the EasingRectKeyFrame class.

C#
public EasingRectKeyFrame();

See also

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.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

EasingRectKeyFrame(Rect)

Initializes a new instance of the EasingRectKeyFrame class with the specified Rect value.

C#
public EasingRectKeyFrame(System.Windows.Rect value);

Parameters

value
Rect

The initial Rect value.

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.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

EasingRectKeyFrame(Rect, KeyTime)

Initializes a new instance of the EasingRectKeyFrame class with the specified Rect value and key time.

C#
public EasingRectKeyFrame(System.Windows.Rect value, System.Windows.Media.Animation.KeyTime keyTime);

Parameters

value
Rect

The initial Rect value.

keyTime
KeyTime

The initial key time.

See also

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.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

EasingRectKeyFrame(Rect, KeyTime, IEasingFunction)

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

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

Parameters

value
Rect

The initial Rect value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.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