次の方法で共有


Point3DAnimation コンストラクター

定義

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

アニメーションの宛先値。

duration
Duration

アニメーションが最初から最後まで 1 回再生されるのにかかる時間の長さ。 詳細については、Duration プロパティをご覧ください。

適用対象

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

アニメーションの宛先値。

duration
Duration

アニメーションが最初から最後まで 1 回再生されるのにかかる時間の長さ。 詳細については、Duration プロパティをご覧ください。

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

アニメーションの宛先値。

duration
Duration

アニメーションが最初から最後まで 1 回再生されるのにかかる時間の長さ。 詳細については、Duration プロパティをご覧ください。

適用対象

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

アニメーションの宛先値。

duration
Duration

アニメーションが最初から最後まで 1 回再生されるのにかかる時間の長さ。 詳細については、Duration プロパティをご覧ください。

fillBehavior
FillBehavior

アクティブでないときのアニメーションの動作を指定します。

適用対象