Rotation3DKeyFrame.InterpolateValueCore(Rotation3D, Double) 方法

定義

計算在提供漸次累加時,主要畫面格的值。

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

參數

baseValue
Rotation3D

要建立動畫的來源值,通常是上一個主要畫面格的值。

keyFrameProgress
Double

介於 0.0 和 1.0 (含) 之間的值,指定這個主要畫面格經過的時間百分比。

傳回

在指定基底值和漸次累加時,這個主要畫面格的輸出值。

適用於