Click or drag to resize

ZoomPanelLinearAnimator Class

ZoomPanelLinearAnimator is a simple ZoomPanel animator that animates ZoomPanel using simple linear interpolation.
Inheritance Hierarchy

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

The ZoomPanelLinearAnimator type exposes the following members.

Constructors
  NameDescription
Public methodZoomPanelLinearAnimator
Initializes a new instance of the ZoomPanelLinearAnimator class
Top
Methods
  NameDescription
Public methodCalculateValue
Gets a value that is calculated from startValue, endValue and progress.
(Overrides BaseZoomPanelAnimatorCalculateValue(Double, Double, Double).)
Top
See Also