Int16KeyFrame 构造函数

定义

初始化 Int16KeyFrame 类的新实例。

重载

Int16KeyFrame()

初始化 Int16KeyFrame 类的新实例。

Int16KeyFrame(Int16)

初始化具有指定目标 ValueInt16KeyFrame 类的新实例。

Int16KeyFrame(Int16, KeyTime)

初始化具有指定目标 ValueKeyTimeInt16KeyFrame 类的新实例。

Int16KeyFrame()

初始化 Int16KeyFrame 类的新实例。

protected:
 Int16KeyFrame();
protected Int16KeyFrame ();
Protected Sub New ()

适用于

Int16KeyFrame(Int16)

初始化具有指定目标 ValueInt16KeyFrame 类的新实例。

protected:
 Int16KeyFrame(short value);
protected Int16KeyFrame (short value);
new System.Windows.Media.Animation.Int16KeyFrame : int16 -> System.Windows.Media.Animation.Int16KeyFrame
Protected Sub New (value As Short)

参数

value
Int16

Int16KeyFrame 实例的 Value

适用于

Int16KeyFrame(Int16, KeyTime)

初始化具有指定目标 ValueKeyTimeInt16KeyFrame 类的新实例。

protected:
 Int16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int16KeyFrame
Protected Sub New (value As Short, keyTime As KeyTime)

参数

value
Int16

Int16KeyFrame 实例的 Value

keyTime
KeyTime

Int16KeyFrame 实例的 KeyTime

适用于