言語

PointKeyFrame コンストラクター

定義

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

オーバーロード

名前 説明
PointKeyFrame()

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

PointKeyFrame(Point)

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

PointKeyFrame(Point, KeyTime)

指定したターゲット PointKeyFrameValueを持つ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

新しいValue インスタンスのPointKeyFrame

適用対象

PointKeyFrame(Point, KeyTime)

指定したターゲット PointKeyFrameValueを持つ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

新しいValue インスタンスのPointKeyFrame

keyTime
KeyTime

新しいKeyTime インスタンスのPointKeyFrame

適用対象