- fraction
- The fraction from the starting to the ending values
- startValue
- The start PointF
- endValue
- The end PointF
Documentation for this section has not yet been entered.
This function returns the result of linearly interpolating the start and end PointF 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 PointF objects (x, y).
If PointFEvaluator(Android.Graphics.PointF) was used to construct this PointFEvaluator, the object returned will be the reuse passed into the constructor.