Android.Gestures.GestureUtils.TemporalSampling Method
Samples a stroke temporally into a given number of evenly-distributed points.

Syntax

[Android.Runtime.Register("temporalSampling", "(Landroid/gesture/GestureStroke;I)[F", "")]
public static float[] TemporalSampling (GestureStroke stroke, int numPoints)

Parameters

stroke
the gesture stroke to be sampled
numPoints
the number of points

Returns

Documentation for this section has not yet been entered.

Remarks

Samples a stroke temporally into a given number of evenly-distributed points.

[Android Documentation]

Requirements

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