PointKeyFrame 构造函数

定义

初始化 PointKeyFrame 类的新实例。

重载

PointKeyFrame()

初始化 PointKeyFrame 类的新实例。

PointKeyFrame(Point)

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

PointKeyFrame(Point, KeyTime)

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

PointKeyFrame()

初始化 PointKeyFrame 类的新实例。

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

适用于

PointKeyFrame(Point)

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

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

参数

value
Point

PointKeyFrame 实例的 Value

适用于

PointKeyFrame(Point, KeyTime)

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

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

参数

value
Point

PointKeyFrame 实例的 Value

keyTime
KeyTime

PointKeyFrame 实例的 KeyTime

适用于