Int32KeyFrame 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 Int32KeyFrame 类的新实例。
重载
Int32KeyFrame() |
初始化 Int32KeyFrame 类的新实例。 |
Int32KeyFrame(Int32) |
初始化具有指定目标 Value 的 Int32KeyFrame 类的新实例。 |
Int32KeyFrame(Int32, KeyTime) |
初始化具有指定目标 Value 和 KeyTime 的 Int32KeyFrame 类的新实例。 |
Int32KeyFrame()
初始化 Int32KeyFrame 类的新实例。
protected:
Int32KeyFrame();
protected Int32KeyFrame ();
Protected Sub New ()
适用于
Int32KeyFrame(Int32)
初始化具有指定目标 Value 的 Int32KeyFrame 类的新实例。
protected:
Int32KeyFrame(int value);
protected Int32KeyFrame (int value);
new System.Windows.Media.Animation.Int32KeyFrame : int -> System.Windows.Media.Animation.Int32KeyFrame
Protected Sub New (value As Integer)
参数
- value
- Int32
新 Int32KeyFrame 实例的 Value。
适用于
Int32KeyFrame(Int32, KeyTime)
初始化具有指定目标 Value 和 KeyTime 的 Int32KeyFrame 类的新实例。
protected:
Int32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int32KeyFrame (int value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int32KeyFrame : int * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int32KeyFrame
Protected Sub New (value As Integer, keyTime As KeyTime)
参数
- value
- Int32
新 Int32KeyFrame 实例的 Value。
- keyTime
- KeyTime
新 Int32KeyFrame 实例的 KeyTime。