言語

Vector3DKeyFrame コンストラクター

定義

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

オーバーロード

名前 説明
Vector3DKeyFrame()

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

Vector3DKeyFrame(Vector3D)

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

Vector3DKeyFrame(Vector3D, KeyTime)

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

Vector3DKeyFrame()

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

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

適用対象

Vector3DKeyFrame(Vector3D)

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

protected:
 Vector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value);
protected Vector3DKeyFrame(System.Windows.Media.Media3D.Vector3D value);
new System.Windows.Media.Animation.Vector3DKeyFrame : System.Windows.Media.Media3D.Vector3D -> System.Windows.Media.Animation.Vector3DKeyFrame
Protected Sub New (value As Vector3D)

パラメーター

value
Vector3D

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

適用対象

Vector3DKeyFrame(Vector3D, KeyTime)

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

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

パラメーター

value
Vector3D

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

keyTime
KeyTime

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

適用対象