DiscretePoint3DKeyFrame.InterpolateValueCore(Point3D, Double) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用所指定的进度增量,以离散方式在前一个关键帧值和当前关键帧的值之间内插。
protected:
override System::Windows::Media::Media3D::Point3D InterpolateValueCore(System::Windows::Media::Media3D::Point3D baseValue, double keyFrameProgress);
protected override System.Windows.Media.Media3D.Point3D InterpolateValueCore (System.Windows.Media.Media3D.Point3D baseValue, double keyFrameProgress);
override this.InterpolateValueCore : System.Windows.Media.Media3D.Point3D * double -> System.Windows.Media.Media3D.Point3D
Protected Overrides Function InterpolateValueCore (baseValue As Point3D, keyFrameProgress As Double) As Point3D
参数
- baseValue
- Point3D
动画处理的起始值。
- keyFrameProgress
- Double
一个介于 0.0 和 1.0 之间的值,该值指定此关键帧已经过去的时间的百分比。
返回
指定基值和进度时此关键帧的输出值。