Android.Animation.RectEvaluator.Evaluate Method
This function returns the result of linearly interpolating the start and end Rect values, with fraction representing the proportion between the start and end values.

Syntax

[Android.Runtime.Register("evaluate", "(FLandroid/graphics/Rect;Landroid/graphics/Rect;)Landroid/graphics/Rect;", "GetEvaluate_FLandroid_graphics_Rect_Landroid_graphics_Rect_Handler")]
public virtual Android.Graphics.Rect Evaluate (float fraction, Android.Graphics.Rect startValue, Android.Graphics.Rect endValue)

Parameters

fraction
The fraction from the starting to the ending values
startValue
The start Rect
endValue
The end Rect

Returns

Documentation for this section has not yet been entered.

Remarks

This function returns the result of linearly interpolating the start and end Rect values, with fraction representing the proportion between the start and end values. The calculation is a simple parametric calculation on each of the separate components in the Rect objects (left, top, right, and bottom).

If RectEvaluator(Android.Graphics.Rect) was used to construct this RectEvaluator, the object returned will be the reuseRect passed into the constructor.

[Android Documentation]

Requirements

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