Class AnimationValuePointFCalculator
Represents a value point animation calculator using floating point values.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class AnimationValuePointFCalculator : AnimationValueCalculator
Constructors
AnimationValuePointFCalculator()
Declaration
public AnimationValuePointFCalculator()
Properties
AssociatedType
Declaration
public override Type AssociatedType { get; }
Property Value
System.Type
|
Overrides
Methods
CalculateAnimatedValue(Object, Object, Object, Object, Int32, Int32, EasingCalculator)
Declaration
public override object CalculateAnimatedValue(object startValue, object endValue, object currValue, object step, int currFrameNum, int totalFrameNum, EasingCalculator calc)
Parameters
System.Object
startValue
|
System.Object
endValue
|
System.Object
currValue
|
System.Object
step
|
System.Int32
currFrameNum
|
System.Int32
totalFrameNum
|
EasingCalculator
calc
|
Returns
System.Object
|
Overrides
CalculateAnimationEndValue(Object, Object, Int32)
Declaration
public override object CalculateAnimationEndValue(object animationStartValue, object animationStep, int numFrames)
Parameters
System.Object
animationStartValue
|
System.Object
animationStep
|
System.Int32
numFrames
|
Returns
System.Object
|
Overrides
CalculateAnimationStep(Object, Object, Int32)
Declaration
public override object CalculateAnimationStep(object animationStartValue, object animationEndValue, int numFrames)
Parameters
System.Object
animationStartValue
|
System.Object
animationEndValue
|
System.Int32
numFrames
|
Returns
System.Object
|
Overrides
CalculateInversedStep(Object)
Declaration
public override object CalculateInversedStep(object step)
Parameters
System.Object
step
|
Returns
System.Object
|