Android.Graphics.Interpolator.SetKeyFrame Method
Assign the keyFrame (specified by index) a time value and an array of key values and blend array.

Syntax

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

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
blend
(may be null) Optional array of 4 blend values

Remarks

Assign the keyFrame (specified by index) a time value and an array of key values and blend array.

[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