SplineInt16KeyFrame 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 SplineInt16KeyFrame 類別的新實例。
多載
SplineInt16KeyFrame() |
初始化 SplineInt16KeyFrame 類別的新實例。 |
SplineInt16KeyFrame(Int16) |
使用指定的結束值,初始化 SplineInt16KeyFrame 類別的新實例。 |
SplineInt16KeyFrame(Int16, KeyTime) |
使用指定的結束值和索引鍵時間,初始化 SplineInt16KeyFrame 類別的新實例。 |
SplineInt16KeyFrame(Int16, KeyTime, KeySpline) |
使用指定的結束值、索引鍵時間和 KeySpline,初始化 SplineInt16KeyFrame 類別的新實例。 |
SplineInt16KeyFrame()
初始化 SplineInt16KeyFrame 類別的新實例。
public:
SplineInt16KeyFrame();
public SplineInt16KeyFrame ();
Public Sub New ()
適用於
SplineInt16KeyFrame(Int16)
使用指定的結束值,初始化 SplineInt16KeyFrame 類別的新實例。
public:
SplineInt16KeyFrame(short value);
public SplineInt16KeyFrame (short value);
new System.Windows.Media.Animation.SplineInt16KeyFrame : int16 -> System.Windows.Media.Animation.SplineInt16KeyFrame
Public Sub New (value As Short)
參數
- value
- Int16
主要畫面格的結束值(也稱為「目標值」)。
適用於
SplineInt16KeyFrame(Int16, KeyTime)
使用指定的結束值和索引鍵時間,初始化 SplineInt16KeyFrame 類別的新實例。
public:
SplineInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
public SplineInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.SplineInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.SplineInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime)
參數
- value
- Int16
主要畫面格的結束值(也稱為「目標值」)。
- keyTime
- KeyTime
主要畫面格的主要時間。 關鍵時間會決定目標值何時到達,也就是主要畫面格結束的時間。
適用於
SplineInt16KeyFrame(Int16, KeyTime, KeySpline)
使用指定的結束值、索引鍵時間和 KeySpline,初始化 SplineInt16KeyFrame 類別的新實例。
public:
SplineInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::KeySpline ^ keySpline);
public SplineInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.KeySpline keySpline);
new System.Windows.Media.Animation.SplineInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.KeySpline -> System.Windows.Media.Animation.SplineInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime, keySpline As KeySpline)
參數
- value
- Int16
主要畫面格的結束值(也稱為「目標值」)。
- keyTime
- KeyTime
主要畫面格的主要時間。 關鍵時間會決定目標值何時到達,也就是主要畫面格結束的時間。