Android.Graphics.Interpolator.Reset Method
Reset the Interpolator to have the specified number of values and keyFrames.

Syntax

[Android.Runtime.Register("reset", "(II)V", "GetReset_IIHandler")]
public virtual void Reset (int valueCount, int frameCount)

Parameters

valueCount
Documentation for this section has not yet been entered.
frameCount
Documentation for this section has not yet been entered.

Remarks

Reset the Interpolator to have the specified number of values and keyFrames. 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