PointKeyFrame 建構函式

定義

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

多載

PointKeyFrame()

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

PointKeyFrame(Point)

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

PointKeyFrame(Point, KeyTime)

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

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 類別的新執行個體,這個執行個體具有指定的目標 ValueKeyTime

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

適用於