Point3DKeyFrame 构造函数

定义

初始化 Point3DKeyFrame 类的新实例。

重载

Point3DKeyFrame()

初始化 Point3DKeyFrame 类的新实例。

Point3DKeyFrame(Point3D)

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

Point3DKeyFrame(Point3D, KeyTime)

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

Point3DKeyFrame()

初始化 Point3DKeyFrame 类的新实例。

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

适用于

Point3DKeyFrame(Point3D)

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

protected:
 Point3DKeyFrame(System::Windows::Media::Media3D::Point3D value);
protected Point3DKeyFrame (System.Windows.Media.Media3D.Point3D value);
new System.Windows.Media.Animation.Point3DKeyFrame : System.Windows.Media.Media3D.Point3D -> System.Windows.Media.Animation.Point3DKeyFrame
Protected Sub New (value As Point3D)

参数

value
Point3D

Point3DKeyFrame 实例的 Value

适用于

Point3DKeyFrame(Point3D, KeyTime)

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

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

参数

value
Point3D

Point3DKeyFrame 实例的 Value

keyTime
KeyTime

Point3DKeyFrame 实例的 KeyTime

适用于