DiscreteMatrixKeyFrame.InterpolateValueCore(Matrix, Double) 方法

定义

使用离散内插可在前一个关键帧值和当前关键帧的值之间进行切换。

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

参数

baseValue
Matrix

动画起始值。

keyFrameProgress
Double

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

返回

Matrix

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

适用于