Android.Views.VelocityTracker.GetXVelocity Method
Retrieve the last computed X velocity.

Syntax

[Android.Runtime.Register("getXVelocity", "(I)F", "")]
public float GetXVelocity (int id)

Parameters

id
Which pointer's velocity to return.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the last computed X velocity. You must first call VelocityTracker.ComputeCurrentVelocity(int) before calling this function.

[Android Documentation]

Requirements

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