Android.Animation.IntArrayEvaluator Class
This evaluator can be used to perform type interpolation between int[] values.

See Also: IntArrayEvaluator Members

Syntax

[Android.Runtime.Register("android/animation/IntArrayEvaluator", DoNotGenerateAcw=true)]
public class IntArrayEvaluator : Java.Lang.Object, ITypeEvaluator, IDisposable

Remarks

This evaluator can be used to perform type interpolation between int[] values. Each index into the array is treated as a separate value to interpolate. For example, evaluating {100, 200} and {300, 400} will interpolate the value at the first index between 100 and 300 and the value at the second index value between 200 and 400.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0