Android.Graphics.Interpolator.SetKeyFrame Method
Assign the keyFrame (specified by index) a time value and an array of key values (with an implicity blend array of [0, 0, 1, 1] giving linear transition to the next set of key values).

Syntax

[Android.Runtime.Register("setKeyFrame", "(II[F)V", "GetSetKeyFrame_IIarrayFHandler")]
public virtual void SetKeyFrame (int index, int msec, float[] values)

Parameters

index
The index of the key frame to assign
msec
The time (in mililiseconds) for this key frame. Based on the SystemClock.uptimeMillis() clock
values
Array of values associated with theis key frame

Remarks

Assign the keyFrame (specified by index) a time value and an array of key values (with an implicity blend array of [0, 0, 1, 1] giving linear transition to the next set of key values).

[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