Android.Gestures.Gesture: Method Members

The methods of Android.Gestures.Gesture are listed below. For a list of all members, see the Gesture Members list.

See Also: Inherited members from Java.Lang.Object

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.