言語

VectorKeyFrame コンストラクター

定義

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

オーバーロード

名前 説明
VectorKeyFrame()

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

VectorKeyFrame(Vector)

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

VectorKeyFrame(Vector, KeyTime)

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

VectorKeyFrame()

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

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

適用対象

VectorKeyFrame(Vector)

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

protected:
 VectorKeyFrame(System::Windows::Vector value);
protected VectorKeyFrame(System.Windows.Vector value);
new System.Windows.Media.Animation.VectorKeyFrame : System.Windows.Vector -> System.Windows.Media.Animation.VectorKeyFrame
Protected Sub New (value As Vector)

パラメーター

value
Vector

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

適用対象

VectorKeyFrame(Vector, KeyTime)

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

protected:
 VectorKeyFrame(System::Windows::Vector value, System::Windows::Media::Animation::KeyTime keyTime);
protected VectorKeyFrame(System.Windows.Vector value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.VectorKeyFrame : System.Windows.Vector * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.VectorKeyFrame
Protected Sub New (value As Vector, keyTime As KeyTime)

パラメーター

value
Vector

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

keyTime
KeyTime

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

適用対象