ByteAnimation.GetCurrentValueCore(Byte, Byte, AnimationClock) 方法

定義

計算值,代表正在顯示動畫之屬性的目前值,如同由 ByteAnimation 決定。

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

參數

defaultOriginValue
Byte

建議的原始值,如果沒有明確設定動畫本身的起始值,便會使用這個值。

defaultDestinationValue
Byte

建議的目的值,如果沒有明確設定動畫本身的結束值,便會使用這個值。

animationClock
AnimationClock

AnimationClock,產生動畫所使用的 CurrentTimeCurrentProgress

傳回

Byte

屬性的計算值,由目前的動畫所決定。

備註

defaultOriginValue如果 是組合鏈結中的第一個 ,則此值將會是快照 (集值,如果一個可用) 或基底屬性值,則這個值將會是鏈 AnimationClock 結中先前動畫傳回的值,但不是 Stopped

defaultDestinationValue如果動畫位於屬性上第一個動畫組合層,則為基底值;否則此值是屬性上一個動畫組合層的輸出值。

適用於

另請參閱