Android.Views.Animations.PathInterpolator Class
An interpolator that can traverse a Path that extends from Point(0, 0) to (1, 1).

See Also: PathInterpolator Members

Syntax

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

Remarks

An interpolator that can traverse a Path that extends from Point(0, 0) to (1, 1). The x coordinate along the Path is the input value and the output is the y coordinate of the line at that point. This means that the Path must conform to a function y = f(x).

The Path must not have gaps in the x direction and must not loop back on itself such that there can be two points sharing the same x coordinate. It is alright to have a disjoint line in the vertical direction:

[Android Documentation]

Requirements

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