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
Requirements
Namespace: Android.Gestures
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8