The EasingCalculator type exposes the following members.
Constructors
Methods
|
| Name | Description |
|---|
 | CalculateCurrentValue(Double, Double, Int32, Int32) |
Caclulates the current value of a property from the initial value, end value, current frame, and the number of frames.
|
 | CalculateCurrentValue(Int32, Int32, Int32, Int32) |
Calculates the current value of some property from the initial value, end value, current frame, and the numbers of frames.
|
 | CalculateCurrentValue(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