RectKeyFrame 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 RectKeyFrame 類別的新執行個體。
多載
RectKeyFrame() |
初始化 RectKeyFrame 類別的新執行個體。 |
RectKeyFrame(Rect) |
初始化 RectKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value。 |
RectKeyFrame(Rect, KeyTime) |
初始化 RectKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value 和 KeyTime。 |
RectKeyFrame()
初始化 RectKeyFrame 類別的新執行個體。
protected:
RectKeyFrame();
protected RectKeyFrame ();
Protected Sub New ()
適用於
RectKeyFrame(Rect)
初始化 RectKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value。
protected:
RectKeyFrame(System::Windows::Rect value);
protected RectKeyFrame (System.Windows.Rect value);
new System.Windows.Media.Animation.RectKeyFrame : System.Windows.Rect -> System.Windows.Media.Animation.RectKeyFrame
Protected Sub New (value As Rect)
參數
- value
- Rect
新 RectKeyFrame 執行個體的 Value。
適用於
RectKeyFrame(Rect, KeyTime)
初始化 RectKeyFrame 類別的新執行個體,這個執行個體具有指定的目標 Value 和 KeyTime。
protected:
RectKeyFrame(System::Windows::Rect value, System::Windows::Media::Animation::KeyTime keyTime);
protected RectKeyFrame (System.Windows.Rect value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.RectKeyFrame : System.Windows.Rect * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.RectKeyFrame
Protected Sub New (value As Rect, keyTime As KeyTime)
參數
- value
- Rect
新 RectKeyFrame 執行個體的 Value。
- keyTime
- KeyTime
新 RectKeyFrame 執行個體的 KeyTime。