Android.Views.VelocityTracker.GetYVelocity Method
Retrieve the last computed Y velocity.

Syntax

[Android.Runtime.Register("getYVelocity", "(I)F", "")]
public float GetYVelocity (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 Y 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