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