RectKeyFrame 构造函数

定义

初始化 RectKeyFrame 类的新实例。

重载

RectKeyFrame()

初始化 RectKeyFrame 类的新实例。

RectKeyFrame(Rect)

初始化具有指定目标 ValueRectKeyFrame 类的新实例。

RectKeyFrame(Rect, KeyTime)

初始化具有指定目标 ValueKeyTimeRectKeyFrame 类的新实例。

RectKeyFrame()

初始化 RectKeyFrame 类的新实例。

protected:
 RectKeyFrame();
protected RectKeyFrame ();
Protected Sub New ()

适用于

RectKeyFrame(Rect)

初始化具有指定目标 ValueRectKeyFrame 类的新实例。

protected:
 RectKeyFrame(System::Windows::Rect value);
protected RectKeyFrame (System.Windows.Rect value);
new System.Windows.Media.Animation.RectKeyFrame : System.Windows.Rect -> System.Windows.Media.Animation.RectKeyFrame
Protected Sub New (value As Rect)

参数

value
Rect

RectKeyFrame 实例的 Value

适用于

RectKeyFrame(Rect, KeyTime)

初始化具有指定目标 ValueKeyTimeRectKeyFrame 类的新实例。

protected:
 RectKeyFrame(System::Windows::Rect value, System::Windows::Media::Animation::KeyTime keyTime);
protected RectKeyFrame (System.Windows.Rect value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.RectKeyFrame : System.Windows.Rect * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.RectKeyFrame
Protected Sub New (value As Rect, keyTime As KeyTime)

参数

value
Rect

RectKeyFrame 实例的 Value

keyTime
KeyTime

RectKeyFrame 实例的 KeyTime

适用于