Click or drag to resize

BaseZoomPanelAnimator Class

BaseZoomPanelAnimator is a base class for all ZoomPanel animators.
Inheritance Hierarchy

Namespace:  Ab2d.Animations
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public abstract class BaseZoomPanelAnimator

The BaseZoomPanelAnimator type exposes the following members.

Methods
  NameDescription
Public methodCalculateValue
Gets a value that is calculated from startValue, endValue and progress.
Public methodCalculateViewboxAndRotationAngle
Calculates the new Viewbox and RotationAngle values from the properties.
Top
Remarks

All ZoomPanel animators must implement the abstract CalculateValue method. It is also possible to override the CalculateViewboxAndRotationAngle method to provide additional customizations on how the Viewbox and RotationAngle are animated. For example it is possible to animate the Width and Height differently as X and Y.

See Also