PointKeyFrame.InterpolateValueCore(Point, Double) 方法

定義

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

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

參數

baseValue
Point

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

keyFrameProgress
Double

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

傳回

Point

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

適用於