Point3DKeyFrame 建構函式

定義

初始化 Point3DKeyFrame 類別的新執行個體。

多載

Point3DKeyFrame()

初始化 Point3DKeyFrame 類別的新執行個體。

Point3DKeyFrame(Point3D)

初始化 Point3DKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value

Point3DKeyFrame(Point3D, KeyTime)

初始化 Point3DKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 ValueKeyTime

Point3DKeyFrame()

初始化 Point3DKeyFrame 類別的新執行個體。

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

適用於

Point3DKeyFrame(Point3D)

初始化 Point3DKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value

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)

初始化 Point3DKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 ValueKeyTime

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

適用於