The members of Android.Gestures.Gesture are listed below.
See Also: Inherited members from Java.Lang.Object
Gesture() |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | BoundingBox | Android.Graphics.RectF. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | ID | long. |
[read-only] | Length | float. Calculates the total length of the gesture. |
[read-only] | Strokes | IList<Android.Gestures.GestureStroke>. |
[read-only] | StrokesCount | int. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddStroke(Android.Gestures.GestureStroke)Adds a stroke to the gesture. | ||
Clone()Creates and returns a copy of this Object. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
ToBitmap(int, int, int, Android.Graphics.Color)Creates a bitmap of the gesture with a transparent background. | ||
ToBitmap(int, int, Android.Views.Edge, int, Android.Graphics.Color)Creates a bitmap of the gesture with a transparent background. | ||
ToPath() | ||
ToPath(Android.Graphics.Path) | ||
ToPath(int, int, Android.Views.Edge, int) | ||
ToPath(Android.Graphics.Path, int, int, Android.Views.Edge, int) | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |