MatrixAnimationUsingKeyFrames.GetCurrentValueCore メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この MatrixAnimationUsingKeyFrames の現在の出力値を計算します。
protected:
override System::Windows::Media::Matrix GetCurrentValueCore(System::Windows::Media::Matrix defaultOriginValue, System::Windows::Media::Matrix defaultDestinationValue, System::Windows::Media::Animation::AnimationClock ^ animationClock);
protected override sealed System.Windows.Media.Matrix GetCurrentValueCore (System.Windows.Media.Matrix defaultOriginValue, System.Windows.Media.Matrix defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock);
override this.GetCurrentValueCore : System.Windows.Media.Matrix * System.Windows.Media.Matrix * System.Windows.Media.Animation.AnimationClock -> System.Windows.Media.Matrix
Protected Overrides NotOverridable Function GetCurrentValueCore (defaultOriginValue As Matrix, defaultDestinationValue As Matrix, animationClock As AnimationClock) As Matrix
パラメーター
- defaultOriginValue
- Matrix
アニメーションに独自の明示的な開始値が設定されていない場合に使用される、元の推奨値。
- defaultDestinationValue
- Matrix
アニメーションが独自の明示的な終了値を持たない場合に使用される、終点の推奨値。
- animationClock
- AnimationClock
ホスト アニメーションで使用される CurrentTime または CurrentProgress を生成する AnimationClock。
戻り値
現在のインスタンスで決定されたとおりに計算されたプロパティ値。
注釈
合成チェーンの defaultOriginValue
最初の値である場合、この値はスナップショット値 (使用可能な場合) または基本プロパティ値になります。それ以外の場合、この値はチェーン AnimationClock 内の前のアニメーションで返された値であり、それ以外 Stoppedの値になります。
defaultDestinationValue
アニメーションがプロパティのアニメーションの最初の合成レイヤーにある場合は基本値です。それ以外の場合、値はプロパティのアニメーションの前のコンポジション レイヤーからの出力値です。