SplinePointKeyFrame.InterpolateValueCore(Point, Double) 方法

定義

使用曲線插補在先前的主要畫面格值與目前的主要畫面格值之間進行轉換。

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

參數

baseValue
Point

要建立動畫的來源值。

keyFrameProgress
Double

從 0.0 到 1.0 的值,會指定這個主要畫面格經過的時間百分比。

傳回

Point

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

適用於