DiscretePointKeyFrame 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DiscretePointKeyFrame 类的新实例。
重载
DiscretePointKeyFrame() |
初始化 DiscretePointKeyFrame 类的新实例。 |
DiscretePointKeyFrame(Point) |
使用指定的结束值初始化 DiscretePointKeyFrame 类的新实例。 |
DiscretePointKeyFrame(Point, KeyTime) |
使用指定的结束值和关键时间初始化 DiscretePointKeyFrame 类的新实例。 |
DiscretePointKeyFrame()
初始化 DiscretePointKeyFrame 类的新实例。
public:
DiscretePointKeyFrame();
public DiscretePointKeyFrame ();
Public Sub New ()
适用于
DiscretePointKeyFrame(Point)
使用指定的结束值初始化 DiscretePointKeyFrame 类的新实例。
public:
DiscretePointKeyFrame(System::Windows::Point value);
public DiscretePointKeyFrame (System.Windows.Point value);
new System.Windows.Media.Animation.DiscretePointKeyFrame : System.Windows.Point -> System.Windows.Media.Animation.DiscretePointKeyFrame
Public Sub New (value As Point)
参数
- value
- Point
关键帧的结束值(也称为“目标值”)。
适用于
DiscretePointKeyFrame(Point, KeyTime)
使用指定的结束值和关键时间初始化 DiscretePointKeyFrame 类的新实例。
public:
DiscretePointKeyFrame(System::Windows::Point value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscretePointKeyFrame (System.Windows.Point value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscretePointKeyFrame : System.Windows.Point * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscretePointKeyFrame
Public Sub New (value As Point, keyTime As KeyTime)
参数
- value
- Point
关键帧的结束值(也称为“目标值”)。
- keyTime
- KeyTime
关键帧的关键时间。 关键时间确定达到目标值的时间,同时也是关键帧结束的时间。