Point3DKeyFrame 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 Point3DKeyFrame 類別的新執行個體。
多載
Point3DKeyFrame() |
初始化 Point3DKeyFrame 類別的新執行個體。 |
Point3DKeyFrame(Point3D) |
初始化 Point3DKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value。 |
Point3DKeyFrame(Point3D, KeyTime) |
初始化 Point3DKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value 和 KeyTime。 |
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 類別的新執行個體,這個執行個體具有指定的目標 Value 和 KeyTime。
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。