Android.Gestures.Gesture Class
A gesture is a hand-drawn shape on a touch screen.

See Also: Gesture Members

Syntax

[Android.Runtime.Register("android/gesture/Gesture", DoNotGenerateAcw=true)]
public class Gesture : Java.Lang.Object, Android.OS.IParcelable, IDisposable

Remarks

A gesture is a hand-drawn shape on a touch screen. It can have one or multiple strokes. Each stroke is a sequence of timed points. A user-defined gesture can be recognized by a GestureLibrary.

[Android Documentation]

Requirements

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