อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


Rotation3DAnimationBase.GetCurrentValue Method

Definition

Gets the current value of the animation.

Overloads

GetCurrentValue(Object, Object, AnimationClock)

Gets the current value of the animation.

GetCurrentValue(Rotation3D, Rotation3D, AnimationClock)

Gets the current value of the animation.

GetCurrentValue(Object, Object, AnimationClock)

Gets the current value of the animation.

C#
public override sealed object GetCurrentValue(object defaultOriginValue, object defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock);

Parameters

defaultOriginValue
Object

The origin value provided to the animation if the animation does not have its own start value. If this animation is the first in a composition chain it will be the base value of the property being animated; otherwise it will be the value returned by the previous animation in the chain.

defaultDestinationValue
Object

The destination value provided to the animation if the animation does not have its own destination value.

animationClock
AnimationClock

The AnimationClock which can generate the CurrentTime or CurrentProgress value to be used by the animation to generate its output value.

Returns

The current value of the animation.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

GetCurrentValue(Rotation3D, Rotation3D, AnimationClock)

Gets the current value of the animation.

C#
public System.Windows.Media.Media3D.Rotation3D GetCurrentValue(System.Windows.Media.Media3D.Rotation3D defaultOriginValue, System.Windows.Media.Media3D.Rotation3D defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock);

Parameters

defaultOriginValue
Rotation3D

The origin value provided to the animation if the animation does not have its own start value. If this animation is the first in a composition chain it will be the base value of the property being animated; otherwise it will be the value returned by the previous animation in the chain.

defaultDestinationValue
Rotation3D

The destination value provided to the animation if the animation does not have its own destination value.

animationClock
AnimationClock

The AnimationClock which can generate the CurrentTime or CurrentProgress value to be used by the animation to generate its output value.

Returns

The current value of the animation.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10