Gesture.AddStroke(GestureStroke) Method

Definition

Adds a stroke to the gesture.

[Android.Runtime.Register("addStroke", "(Landroid/gesture/GestureStroke;)V", "GetAddStroke_Landroid_gesture_GestureStroke_Handler")]
public virtual void AddStroke (Android.Gestures.GestureStroke? stroke);
[<Android.Runtime.Register("addStroke", "(Landroid/gesture/GestureStroke;)V", "GetAddStroke_Landroid_gesture_GestureStroke_Handler")>]
abstract member AddStroke : Android.Gestures.GestureStroke -> unit
override this.AddStroke : Android.Gestures.GestureStroke -> unit

Parameters

stroke
GestureStroke

stroke

Attributes

Remarks

Adds a stroke to the gesture.

Java documentation for android.gesture.Gesture.addStroke(android.gesture.GestureStroke).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to