RadControls for WinForms

The EasingCalculator type exposes the following members.

Constructors

  NameDescription
Protected methodEasingCalculator
Initializes a new instance of the EasingCalculator class

Methods

  NameDescription
Public methodCalculateCurrentValue(Double, Double, Int32, Int32)
Caclulates the current value of a property from the initial value, end value, current frame, and the number of frames.
Public methodCalculateCurrentValue(Int32, Int32, Int32, Int32)
Calculates the current value of some property from the initial value, end value, current frame, and the numbers of frames.
Public methodCalculateCurrentValue(Single, Single, Int32, Int32)
Calculates the current value of some property from the initial value, end value, current frame, and the number of frames.

See Also