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
关键帧的关键时间。 关键时间确定何时达到目标值,这也是关键帧结束的时间。