Android.Views.VelocityTracker.Obtain Method
Retrieve a new VelocityTracker object to watch the velocity of a motion.

Syntax

[Android.Runtime.Register("obtain", "()Landroid/view/VelocityTracker;", "")]
public static VelocityTracker Obtain ()

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve a new VelocityTracker object to watch the velocity of a motion. Be sure to call VelocityTracker.Recycle when done. You should generally only maintain an active object while tracking a movement, so that the VelocityTracker can be re-used elsewhere.

[Android Documentation]

Requirements

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