Android.Gestures.GestureUtils.SpatialSampling Method
Samples the gesture spatially by rendering the gesture into a 2D grayscale bitmap.

Syntax

[Android.Runtime.Register("spatialSampling", "(Landroid/gesture/Gesture;I)[F", "")]
public static float[] SpatialSampling (Gesture gesture, int bitmapSize)

Parameters

gesture
the gesture to be sampled
bitmapSize
the size of the bitmap

Returns

Documentation for this section has not yet been entered.

Remarks

Samples the gesture spatially by rendering the gesture into a 2D grayscale bitmap. Scales the gesture to fit the size of the bitmap. The scaling does not necessarily keep the aspect ratio of the gesture.

[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