PointKeyFrame コンストラクター

定義

PointKeyFrame クラスの新しいインスタンスを初期化します。

オーバーロード

PointKeyFrame()

PointKeyFrame クラスの新しいインスタンスを初期化します。

PointKeyFrame(Point)

指定したターゲット Value を持つ PointKeyFrame クラスの新しいインスタンスを初期化します。

PointKeyFrame(Point, KeyTime)

指定したターゲット ValueKeyTime を持つ、PointKeyFrame クラスの新しいインスタンスを初期化します。

PointKeyFrame()

PointKeyFrame クラスの新しいインスタンスを初期化します。

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

適用対象

PointKeyFrame(Point)

指定したターゲット Value を持つ PointKeyFrame クラスの新しいインスタンスを初期化します。

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)

指定したターゲット ValueKeyTime を持つ、PointKeyFrame クラスの新しいインスタンスを初期化します。

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

適用対象