Android.Animation.PointFEvaluator.Evaluate Method
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.

Syntax

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

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0