言語

LinearVector3DKeyFrame コンストラクター

定義

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

オーバーロード

名前 説明
LinearVector3DKeyFrame()

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

LinearVector3DKeyFrame(Vector3D)

指定した終了値を使用して、 LinearVector3DKeyFrame クラスの新しいインスタンスを初期化します。

LinearVector3DKeyFrame(Vector3D, KeyTime)

指定した終了値とキー時刻を使用して、 LinearVector3DKeyFrame クラスの新しいインスタンスを初期化します。

LinearVector3DKeyFrame()

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

public:
 LinearVector3DKeyFrame();
public LinearVector3DKeyFrame();
Public Sub New ()

適用対象

LinearVector3DKeyFrame(Vector3D)

指定した終了値を使用して、 LinearVector3DKeyFrame クラスの新しいインスタンスを初期化します。

public:
 LinearVector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value);
public LinearVector3DKeyFrame(System.Windows.Media.Media3D.Vector3D value);
new System.Windows.Media.Animation.LinearVector3DKeyFrame : System.Windows.Media.Media3D.Vector3D -> System.Windows.Media.Animation.LinearVector3DKeyFrame
Public Sub New (value As Vector3D)

パラメーター

value
Vector3D

キー フレームの終了値 ("ターゲット値" とも呼ばれます)。

適用対象

LinearVector3DKeyFrame(Vector3D, KeyTime)

指定した終了値とキー時刻を使用して、 LinearVector3DKeyFrame クラスの新しいインスタンスを初期化します。

public:
 LinearVector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value, System::Windows::Media::Animation::KeyTime keyTime);
public LinearVector3DKeyFrame(System.Windows.Media.Media3D.Vector3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.LinearVector3DKeyFrame : System.Windows.Media.Media3D.Vector3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.LinearVector3DKeyFrame
Public Sub New (value As Vector3D, keyTime As KeyTime)

パラメーター

value
Vector3D

キー フレームの終了値 ("ターゲット値" とも呼ばれます)。

keyTime
KeyTime

キー フレームのキー時間。 キー時間は、ターゲット値に達するタイミングを決定します。これは、キー フレームが終了したときでもあります。

適用対象