In This Article

DegreeAngleAnimator Class

Animator that handles Angle properties.

public class DegreeAngleAnimator : InterpolatingAnimator<Angle>, ICustomAnimator
Inheritance:
object InterpolatingAnimator<Angle> object
Implements:
ICustomAnimator

Constructors

DegreeAngleAnimator()

Initializes an instance of the class.

public DegreeAngleAnimator()

Methods

Interpolate(double, Angle, Angle)

Interpolates a value that is between two values.

public override Angle Interpolate(double progress, Angle oldValue, Angle newValue)
Parameter Type Description
progress double

The progress of the value.

oldValue Angle

The old value.

newValue Angle

The new value.

Returns

Angle

Inherited Members

Extension Methods