Android.Animation.Keyframe.OfObject Method
Constructs a Keyframe object with the given time and value.

Syntax

[Android.Runtime.Register("ofObject", "(FLjava/lang/Object;)Landroid/animation/Keyframe;", "")]
public static Keyframe OfObject (float fraction, Java.Lang.Object value)

Parameters

fraction
The time, expressed as a value between 0 and 1, representing the fraction of time elapsed of the overall animation duration.
value
The value that the object will animate to as the animation time approaches the time in this keyframe, and the the value animated from as the time passes the time in this keyframe.

Returns

Documentation for this section has not yet been entered.

Remarks

Constructs a Keyframe object with the given time and value. The time defines the time, as a proportion of an overall animation's duration, at which the value will hold true for the animation. The value for the animation between keyframes will be calculated as an interpolation between the values at those keyframes.

[Android Documentation]

Requirements

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