Android.Views.MotionEvent.HistorySize Property
Returns the number of historical points in this event.

Syntax

[get: Android.Runtime.Register("getHistorySize", "()I", "GetGetHistorySizeHandler")]
public int HistorySize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the number of historical points in this event. These are movements that have occurred between this event and the previous event. This only applies to ACTION_MOVE events -- all other actions will have a size of 0.

[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