- fraction
- The fraction from the starting to the ending values
- startValue
- The start Rect
- endValue
- The end Rect
Documentation for this section has not yet been entered.
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.