Rotation3DKeyFrame.InterpolateValueCore(Rotation3D, Double) メソッド

定義

提供された進行状況の増分でキー フレームの値を計算します。

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

パラメーター

baseValue
Rotation3D

アニメーションを開始する値。通常は前のキー フレームの値。

keyFrameProgress
Double

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

戻り値

指定された基準値と進行状況が示された、このキー フレームの出力値。

適用対象