EasingDecimalKeyFrame.InterpolateValueCore(Decimal, Double) 方法

定义

根据所使用的缓动函数,利用提供的进度增量在前一个关键帧的值和当前关键帧的值之间进行插值。

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

参数

baseValue
Decimal

动画起始值。

keyFrameProgress
Double

一个介于 0.0 和 1.0 之间的值(包含 0.0 和 1.0),该值指定此关键帧已经过去的时间的百分比。

返回

Decimal

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

适用于

另请参阅