次の方法で共有


DiscreteMatrixKeyFrame.InterpolateValueCore(Matrix, Double) メソッド

定義

離散補間を使用して、前のキー フレーム値と現在のキー フレーム値とを切り替えます。

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

パラメーター

baseValue
Matrix

アニメーション付けの元の値。

keyFrameProgress
Double

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

戻り値

Matrix

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

適用対象