DiscreteInt16KeyFrame 建構函式

定義

初始化 DiscreteInt16KeyFrame 類別的新執行個體。

多載

DiscreteInt16KeyFrame()

初始化 DiscreteInt16KeyFrame 類別的新執行個體。

DiscreteInt16KeyFrame(Int16)

使用指定的結束值,初始化 DiscreteInt16KeyFrame 類別的新執行個體。

DiscreteInt16KeyFrame(Int16, KeyTime)

使用指定結束值和 Key Time,初始化 DiscreteInt16KeyFrame 類別的新執行個體。

DiscreteInt16KeyFrame()

初始化 DiscreteInt16KeyFrame 類別的新執行個體。

public:
 DiscreteInt16KeyFrame();
public DiscreteInt16KeyFrame ();
Public Sub New ()

適用於

DiscreteInt16KeyFrame(Int16)

使用指定的結束值,初始化 DiscreteInt16KeyFrame 類別的新執行個體。

public:
 DiscreteInt16KeyFrame(short value);
public DiscreteInt16KeyFrame (short value);
new System.Windows.Media.Animation.DiscreteInt16KeyFrame : int16 -> System.Windows.Media.Animation.DiscreteInt16KeyFrame
Public Sub New (value As Short)

參數

value
Int16

主要畫面格的結束值 (也稱為「目標值」)。

適用於

DiscreteInt16KeyFrame(Int16, KeyTime)

使用指定結束值和 Key Time,初始化 DiscreteInt16KeyFrame 類別的新執行個體。

public:
 DiscreteInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime)

參數

value
Int16

主要畫面格的結束值 (也稱為「目標值」)。

keyTime
KeyTime

主要畫面格的 Key Time。 Key Time 決定何時到達目標值,這也是主要畫面格的結束時間。

適用於