Vector3DAnimation コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Vector3DAnimation クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| Vector3DAnimation() |
Vector3DAnimation クラスの新しいインスタンスを初期化します。 |
| Vector3DAnimation(Vector3D, Duration) |
指定した変換先の値と Durationを使用して、Vector3DAnimation クラスの新しいインスタンスを初期化します。 |
| Vector3DAnimation(Vector3D, Duration, FillBehavior) |
指定した期間にわたって指定した値にアニメーション化し、指定した塗りつぶし動作を持つ、 Vector3DAnimation クラスの新しいインスタンスを初期化します。 アニメーションの開始値は、アニメーション化されるプロパティの基本値、または別のアニメーションからの出力です。 |
| Vector3DAnimation(Vector3D, Vector3D, Duration) |
指定した開始値から指定した変換先の値まで、指定した期間にわたってアニメーション化する Vector3DAnimation クラスの新しいインスタンスを初期化します。 |
| Vector3DAnimation(Vector3D, Vector3D, Duration, FillBehavior) |
指定した開始値から指定した変換先の値まで、指定した期間にわたってアニメーション化し、指定した塗りつぶし動作を持つ、 Vector3DAnimation クラスの新しいインスタンスを初期化します。 |
Vector3DAnimation()
Vector3DAnimation クラスの新しいインスタンスを初期化します。
public:
Vector3DAnimation();
public Vector3DAnimation();
Public Sub New ()
注釈
Vector3Danimation は、すべてのプロパティを既定値に設定して作成されます。
適用対象
Vector3DAnimation(Vector3D, Duration)
指定した変換先の値と Durationを使用して、Vector3DAnimation クラスの新しいインスタンスを初期化します。
public:
Vector3DAnimation(System::Windows::Media::Media3D::Vector3D toValue, System::Windows::Duration duration);
public Vector3DAnimation(System.Windows.Media.Media3D.Vector3D toValue, System.Windows.Duration duration);
new System.Windows.Media.Animation.Vector3DAnimation : System.Windows.Media.Media3D.Vector3D * System.Windows.Duration -> System.Windows.Media.Animation.Vector3DAnimation
Public Sub New (toValue As Vector3D, duration As Duration)
パラメーター
- toValue
- Vector3D
このアニメーションの終了値。
適用対象
Vector3DAnimation(Vector3D, Duration, FillBehavior)
指定した期間にわたって指定した値にアニメーション化し、指定した塗りつぶし動作を持つ、 Vector3DAnimation クラスの新しいインスタンスを初期化します。 アニメーションの開始値は、アニメーション化されるプロパティの基本値、または別のアニメーションからの出力です。
public:
Vector3DAnimation(System::Windows::Media::Media3D::Vector3D toValue, System::Windows::Duration duration, System::Windows::Media::Animation::FillBehavior fillBehavior);
public Vector3DAnimation(System.Windows.Media.Media3D.Vector3D toValue, System.Windows.Duration duration, System.Windows.Media.Animation.FillBehavior fillBehavior);
new System.Windows.Media.Animation.Vector3DAnimation : System.Windows.Media.Media3D.Vector3D * System.Windows.Duration * System.Windows.Media.Animation.FillBehavior -> System.Windows.Media.Animation.Vector3DAnimation
Public Sub New (toValue As Vector3D, duration As Duration, fillBehavior As FillBehavior)
パラメーター
- toValue
- Vector3D
アニメーションの変換先の値。
- fillBehavior
- FillBehavior
アニメーションがアクティブでない場合の動作を指定します。
適用対象
Vector3DAnimation(Vector3D, Vector3D, Duration)
指定した開始値から指定した変換先の値まで、指定した期間にわたってアニメーション化する Vector3DAnimation クラスの新しいインスタンスを初期化します。
public:
Vector3DAnimation(System::Windows::Media::Media3D::Vector3D fromValue, System::Windows::Media::Media3D::Vector3D toValue, System::Windows::Duration duration);
public Vector3DAnimation(System.Windows.Media.Media3D.Vector3D fromValue, System.Windows.Media.Media3D.Vector3D toValue, System.Windows.Duration duration);
new System.Windows.Media.Animation.Vector3DAnimation : System.Windows.Media.Media3D.Vector3D * System.Windows.Media.Media3D.Vector3D * System.Windows.Duration -> System.Windows.Media.Animation.Vector3DAnimation
Public Sub New (fromValue As Vector3D, toValue As Vector3D, duration As Duration)
パラメーター
- fromValue
- Vector3D
アニメーションの開始値。
- toValue
- Vector3D
アニメーションの変換先の値。
適用対象
Vector3DAnimation(Vector3D, Vector3D, Duration, FillBehavior)
指定した開始値から指定した変換先の値まで、指定した期間にわたってアニメーション化し、指定した塗りつぶし動作を持つ、 Vector3DAnimation クラスの新しいインスタンスを初期化します。
public:
Vector3DAnimation(System::Windows::Media::Media3D::Vector3D fromValue, System::Windows::Media::Media3D::Vector3D toValue, System::Windows::Duration duration, System::Windows::Media::Animation::FillBehavior fillBehavior);
public Vector3DAnimation(System.Windows.Media.Media3D.Vector3D fromValue, System.Windows.Media.Media3D.Vector3D toValue, System.Windows.Duration duration, System.Windows.Media.Animation.FillBehavior fillBehavior);
new System.Windows.Media.Animation.Vector3DAnimation : System.Windows.Media.Media3D.Vector3D * System.Windows.Media.Media3D.Vector3D * System.Windows.Duration * System.Windows.Media.Animation.FillBehavior -> System.Windows.Media.Animation.Vector3DAnimation
Public Sub New (fromValue As Vector3D, toValue As Vector3D, duration As Duration, fillBehavior As FillBehavior)
パラメーター
- fromValue
- Vector3D
アニメーションの開始値。
- toValue
- Vector3D
アニメーションの変換先の値。
- fillBehavior
- FillBehavior
アニメーションがアクティブでない場合の動作を指定します。