Vector3DKeyFrame 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 Vector3DKeyFrame 類別的新執行個體。
多載
Vector3DKeyFrame() |
初始化 Vector3DKeyFrame 類別的新執行個體。 |
Vector3DKeyFrame(Vector3D) |
初始化 Vector3DKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value。 |
Vector3DKeyFrame(Vector3D, KeyTime) |
初始化 Vector3DKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value 和 KeyTime。 |
Vector3DKeyFrame()
初始化 Vector3DKeyFrame 類別的新執行個體。
protected:
Vector3DKeyFrame();
protected Vector3DKeyFrame ();
Protected Sub New ()
適用於
Vector3DKeyFrame(Vector3D)
初始化 Vector3DKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value。
protected:
Vector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value);
protected Vector3DKeyFrame (System.Windows.Media.Media3D.Vector3D value);
new System.Windows.Media.Animation.Vector3DKeyFrame : System.Windows.Media.Media3D.Vector3D -> System.Windows.Media.Animation.Vector3DKeyFrame
Protected Sub New (value As Vector3D)
參數
- value
- Vector3D
新 Vector3DKeyFrame 執行個體的 Value。
適用於
Vector3DKeyFrame(Vector3D, KeyTime)
初始化 Vector3DKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value 和 KeyTime。
protected:
Vector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value, System::Windows::Media::Animation::KeyTime keyTime);
protected Vector3DKeyFrame (System.Windows.Media.Media3D.Vector3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Vector3DKeyFrame : System.Windows.Media.Media3D.Vector3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Vector3DKeyFrame
Protected Sub New (value As Vector3D, keyTime As KeyTime)
參數
- value
- Vector3D
新 Vector3DKeyFrame 執行個體的 Value。
- keyTime
- KeyTime
新 Vector3DKeyFrame 執行個體的 KeyTime。