SplinePoint3DKeyFrame.InterpolateValueCore(Point3D, Double) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スプライン補間を使用して、前のキー フレーム値から現在のキー フレーム値まで遷移します。
protected:
override System::Windows::Media::Media3D::Point3D InterpolateValueCore(System::Windows::Media::Media3D::Point3D baseValue, double keyFrameProgress);
protected override System.Windows.Media.Media3D.Point3D InterpolateValueCore (System.Windows.Media.Media3D.Point3D baseValue, double keyFrameProgress);
override this.InterpolateValueCore : System.Windows.Media.Media3D.Point3D * double -> System.Windows.Media.Media3D.Point3D
Protected Overrides Function InterpolateValueCore (baseValue As Point3D, keyFrameProgress As Double) As Point3D
パラメーター
- baseValue
- Point3D
アニメーション付けの元の値。
- keyFrameProgress
- Double
このキー フレームの経過時間の割合を示す 0.0 ~ 1.0 の値。
戻り値
指定された基準値と進行状況が示された、このキー フレームの出力値。