PointAnimation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 PointAnimation 類別的新執行個體。
多載
PointAnimation() |
初始化 PointAnimation 類別的新執行個體。 |
PointAnimation(Point, Duration) |
初始化 PointAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,以動畫展示指定的值。 動畫的起始值是展示動畫之屬性的基底數值,或另一個動畫的輸出。 |
PointAnimation(Point, Duration, FillBehavior) |
初始化 PointAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,以動畫展示指定的值,並且具有指定的填滿行為。 動畫的起始值是展示動畫之屬性的基底數值,或另一個動畫的輸出。 |
PointAnimation(Point, Point, Duration) |
初始化 PointAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,建立從指定起始值到指定目的值的動畫。 |
PointAnimation(Point, Point, Duration, FillBehavior) |
初始化 PointAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,建立從指定起始值到指定目的值的動畫,並具有指定的填滿行為。 |
PointAnimation()
初始化 PointAnimation 類別的新執行個體。
public:
PointAnimation();
public PointAnimation ();
Public Sub New ()
適用於
PointAnimation(Point, Duration)
初始化 PointAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,以動畫展示指定的值。 動畫的起始值是展示動畫之屬性的基底數值,或另一個動畫的輸出。
public:
PointAnimation(System::Windows::Point toValue, System::Windows::Duration duration);
public PointAnimation (System.Windows.Point toValue, System.Windows.Duration duration);
new System.Windows.Media.Animation.PointAnimation : System.Windows.Point * System.Windows.Duration -> System.Windows.Media.Animation.PointAnimation
Public Sub New (toValue As Point, duration As Duration)
參數
- toValue
- Point
動畫的目的值。
適用於
PointAnimation(Point, Duration, FillBehavior)
初始化 PointAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,以動畫展示指定的值,並且具有指定的填滿行為。 動畫的起始值是展示動畫之屬性的基底數值,或另一個動畫的輸出。
public:
PointAnimation(System::Windows::Point toValue, System::Windows::Duration duration, System::Windows::Media::Animation::FillBehavior fillBehavior);
public PointAnimation (System.Windows.Point toValue, System.Windows.Duration duration, System.Windows.Media.Animation.FillBehavior fillBehavior);
new System.Windows.Media.Animation.PointAnimation : System.Windows.Point * System.Windows.Duration * System.Windows.Media.Animation.FillBehavior -> System.Windows.Media.Animation.PointAnimation
Public Sub New (toValue As Point, duration As Duration, fillBehavior As FillBehavior)
參數
- toValue
- Point
動畫的目的值。
- fillBehavior
- FillBehavior
指定動畫為非使用中的行為方式。
適用於
PointAnimation(Point, Point, Duration)
初始化 PointAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,建立從指定起始值到指定目的值的動畫。
public:
PointAnimation(System::Windows::Point fromValue, System::Windows::Point toValue, System::Windows::Duration duration);
public PointAnimation (System.Windows.Point fromValue, System.Windows.Point toValue, System.Windows.Duration duration);
new System.Windows.Media.Animation.PointAnimation : System.Windows.Point * System.Windows.Point * System.Windows.Duration -> System.Windows.Media.Animation.PointAnimation
Public Sub New (fromValue As Point, toValue As Point, duration As Duration)
參數
- fromValue
- Point
動畫的起始值。
- toValue
- Point
動畫的目的值。
適用於
PointAnimation(Point, Point, Duration, FillBehavior)
初始化 PointAnimation 類別的新執行個體,這個執行個體會在指定的持續期間內,建立從指定起始值到指定目的值的動畫,並具有指定的填滿行為。
public:
PointAnimation(System::Windows::Point fromValue, System::Windows::Point toValue, System::Windows::Duration duration, System::Windows::Media::Animation::FillBehavior fillBehavior);
public PointAnimation (System.Windows.Point fromValue, System.Windows.Point toValue, System.Windows.Duration duration, System.Windows.Media.Animation.FillBehavior fillBehavior);
new System.Windows.Media.Animation.PointAnimation : System.Windows.Point * System.Windows.Point * System.Windows.Duration * System.Windows.Media.Animation.FillBehavior -> System.Windows.Media.Animation.PointAnimation
Public Sub New (fromValue As Point, toValue As Point, duration As Duration, fillBehavior As FillBehavior)
參數
- fromValue
- Point
動畫的起始值。
- toValue
- Point
動畫的目的值。
- fillBehavior
- FillBehavior
指定動畫為非使用中的行為方式。