RectAnimationGetCurrentValue Method |
Calculates a value that represents the current value of the property being
animated, as determined by the RectAnimation.
Namespace:
Ab2d.Controls
Assembly:
Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntaxpublic override sealed Object GetCurrentValue(
Object defaultOriginValue,
Object defaultDestinationValue,
AnimationClock animationClock
)
Parameters
- defaultOriginValue
- Type: SystemObject
defaultOriginValue - defaultDestinationValue
- Type: SystemObject
defaultDestinationValue - animationClock
- Type: System.Windows.Media.AnimationAnimationClock
animationClock
Return Value
Type:
Object>The calculated value of the property, as determined by the current animation.
See Also