EasingVector3DKeyFrame コンストラクター

定義

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

オーバーロード

EasingVector3DKeyFrame()

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

EasingVector3DKeyFrame(Vector3D)

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

EasingVector3DKeyFrame(Vector3D, KeyTime)

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

EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction)

指定した EasingVector3DKeyFrame 値、キー時刻、およびイージング関数を使用して、Vector3D クラスの新しいインスタンスを初期化します。

EasingVector3DKeyFrame()

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

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

適用対象

EasingVector3DKeyFrame(Vector3D)

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

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

パラメーター

value
Vector3D

初期 Vector3D 値。

適用対象

EasingVector3DKeyFrame(Vector3D, KeyTime)

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

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

パラメーター

value
Vector3D

初期 Vector3D 値。

keyTime
KeyTime

初期キー時刻。

こちらもご覧ください

適用対象

EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction)

指定した EasingVector3DKeyFrame 値、キー時刻、およびイージング関数を使用して、Vector3D クラスの新しいインスタンスを初期化します。

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

パラメーター

value
Vector3D

初期 Vector3D 値。

keyTime
KeyTime

初期キー時刻。

easingFunction
IEasingFunction

イージング関数。

こちらもご覧ください

適用対象