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