EasingDecimalKeyFrame.InterpolateValueCore(Decimal, Double) メソッド

定義

指定された進行状況の増分を使用して、前のキー フレーム値と現在のキー フレームの値の間で、使用されるイージング関数に従って補間します。

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

パラメーター

baseValue
Decimal

アニメーション化の対象となる値。

keyFrameProgress
Double

このキー フレームの経過時間の割合を指定する 0.0 ~ 1.0 の値です。

返品

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

適用対象

こちらもご覧ください