Point3DKeyFrame.InterpolateValueCore(Point3D, Double) 方法

定义

在提供的进度增量处,计算一个关键帧的值。

protected:
 abstract System::Windows::Media::Media3D::Point3D InterpolateValueCore(System::Windows::Media::Media3D::Point3D baseValue, double keyFrameProgress);
protected abstract System.Windows.Media.Media3D.Point3D InterpolateValueCore (System.Windows.Media.Media3D.Point3D baseValue, double keyFrameProgress);
abstract member InterpolateValueCore : System.Windows.Media.Media3D.Point3D * double -> System.Windows.Media.Media3D.Point3D
Protected MustOverride Function InterpolateValueCore (baseValue As Point3D, keyFrameProgress As Double) As Point3D

参数

baseValue
Point3D

动画起始值;通常为上一个关键帧的值。

keyFrameProgress
Double

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

返回

Point3D

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

适用于