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