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