SplinePointKeyFrame.InterpolateValueCore(Point, Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用曲線插補在先前的主要畫面格值與目前的主要畫面格值之間進行轉換。
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 的值,會指定這個主要畫面格經過的時間百分比。
傳回
在指定基底值和漸次累加時,這個主要畫面格的輸出值。