PointKeyFrame 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 PointKeyFrame 类的新实例。
重载
PointKeyFrame() |
初始化 PointKeyFrame 类的新实例。 |
PointKeyFrame(Point) |
初始化具有指定目标 Value 的 PointKeyFrame 类的新实例。 |
PointKeyFrame(Point, KeyTime) |
初始化具有指定目标 Value 和 KeyTime 的 PointKeyFrame 类的新实例。 |
PointKeyFrame()
初始化 PointKeyFrame 类的新实例。
protected:
PointKeyFrame();
protected PointKeyFrame ();
Protected Sub New ()
适用于
PointKeyFrame(Point)
初始化具有指定目标 Value 的 PointKeyFrame 类的新实例。
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)
初始化具有指定目标 Value 和 KeyTime 的 PointKeyFrame 类的新实例。
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。