Android.Graphics.Interpolator.Reset Method
Reset the Interpolator to have the specified number of values and an implicit keyFrame count of 2 (just a start and end).

Syntax

[Android.Runtime.Register("reset", "(I)V", "GetReset_IHandler")]
public virtual void Reset (int valueCount)

Parameters

valueCount
Documentation for this section has not yet been entered.

Remarks

Reset the Interpolator to have the specified number of values and an implicit keyFrame count of 2 (just a start and end). After this call the values for each keyFrame must be assigned using setKeyFrame().

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1