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

從開始到結束播放一次動畫所花的時間長度。 如需詳細資訊,請參閱 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

從開始到結束播放一次動畫所花的時間長度。 如需詳細資訊,請參閱 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

從開始到結束播放一次動畫所花的時間長度。 如需詳細資訊,請參閱 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

從開始到結束播放一次動畫所花的時間長度。 如需詳細資訊,請參閱 Duration 屬性。

fillBehavior
FillBehavior

指定動畫為非使用中的行為方式。

適用於