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 の値です。

返品

指定した基本値と進行状況を指定した、このキー フレームの出力値。

適用対象