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