DiscretePointKeyFrame.InterpolateValueCore(Point, Double) 方法

定义

使用离散内插在上一个关键帧值与当前关键帧的值之间转换。

protected:
 override System::Windows::Point InterpolateValueCore(System::Windows::Point baseValue, double keyFrameProgress);
protected override System.Windows.Point InterpolateValueCore(System.Windows.Point baseValue, double keyFrameProgress);
override this.InterpolateValueCore : System.Windows.Point * double -> System.Windows.Point
Protected Overrides Function InterpolateValueCore (baseValue As Point, keyFrameProgress As Double) As Point

参数

baseValue
Point

要从其进行动画处理的值。

keyFrameProgress
Double

介于 0.0 和 1.0 之间的值(包括 1.0)指定此关键帧已用的时间百分比。

返回

给定指定基值和进度的此关键帧的输出值。

适用于