Android.Gestures.Gesture Members

The members of Android.Gestures.Gesture are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
BoundingBoxAndroid.Graphics.RectF.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
IDlong.
[read-only]
Lengthfloat. Calculates the total length of the gesture.
[read-only]
StrokesIList<Android.Gestures.GestureStroke>.
[read-only]
StrokesCountint.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddStroke(Android.Gestures.GestureStroke)
Adds a stroke to the gesture.
Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
ToBitmap(int, int, int, Android.Graphics.Color) : Android.Graphics.Bitmap
Creates a bitmap of the gesture with a transparent background.
ToBitmap(int, int, Android.Views.Edge, int, Android.Graphics.Color) : Android.Graphics.Bitmap
Creates a bitmap of the gesture with a transparent background.
ToPath() : Android.Graphics.Path
ToPath(Android.Graphics.Path) : Android.Graphics.Path
ToPath(int, int, Android.Views.Edge, int) : Android.Graphics.Path
ToPath(Android.Graphics.Path, int, int, Android.Views.Edge, int) : Android.Graphics.Path
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.