次の方法で共有


Int32Animation.GetCurrentValueCore(Int32, Int32, AnimationClock) メソッド

定義

Int32Animation によって決定されたように、アニメーション化されているプロパティの現在の値を表す値を計算します。

protected:
 override int GetCurrentValueCore(int defaultOriginValue, int defaultDestinationValue, System::Windows::Media::Animation::AnimationClock ^ animationClock);
protected override int GetCurrentValueCore (int defaultOriginValue, int defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock);
override this.GetCurrentValueCore : int * int * System.Windows.Media.Animation.AnimationClock -> int
Protected Overrides Function GetCurrentValueCore (defaultOriginValue As Integer, defaultDestinationValue As Integer, animationClock As AnimationClock) As Integer

パラメーター

defaultOriginValue
Int32

アニメーションに独自の明示的な開始値が設定されていない場合に使用される、元の推奨値。

defaultDestinationValue
Int32

アニメーションが独自の明示的な終了値を持たない場合に使用される、終点の推奨値。

animationClock
AnimationClock

アニメーションで使用される CurrentTime または CurrentProgress を生成する AnimationClock

戻り値

Int32

現在のアニメーションで決定されたように計算されたプロパティ値。

注釈

合成チェーンの defaultOriginValue 最初の値である場合、この値はスナップショット値 (使用可能な場合) または基本プロパティ値になります。それ以外の場合、この値はチェーン AnimationClock 内の前のアニメーションで返された値であり、それ以外 Stoppedの値になります。

defaultDestinationValueアニメーションがプロパティのアニメーションの最初の合成レイヤーにある場合は基本値です。それ以外の場合、値はプロパティのアニメーションの前のコンポジション レイヤーからの出力値です。

適用対象

こちらもご覧ください