GestureStroke Constructors

Definition

Overloads

GestureStroke(IList<GesturePoint>)

A constructor that constructs a gesture stroke from a list of gesture points.

GestureStroke(IntPtr, JniHandleOwnership)

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

GestureStroke(IList<GesturePoint>)

A constructor that constructs a gesture stroke from a list of gesture points.

[Android.Runtime.Register(".ctor", "(Ljava/util/ArrayList;)V", "")]
public GestureStroke (System.Collections.Generic.IList<Android.Gestures.GesturePoint>? points);
[<Android.Runtime.Register(".ctor", "(Ljava/util/ArrayList;)V", "")>]
new Android.Gestures.GestureStroke : System.Collections.Generic.IList<Android.Gestures.GesturePoint> -> Android.Gestures.GestureStroke

Parameters

points
IList<GesturePoint>

points

Attributes

Remarks

A constructor that constructs a gesture stroke from a list of gesture points.

Java documentation for android.gesture.GestureStroke.GestureStroke(java.util.ArrayList<android.gesture.GesturePoint>).

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

GestureStroke(IntPtr, JniHandleOwnership)

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

protected GestureStroke (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Gestures.GestureStroke : nativeint * Android.Runtime.JniHandleOwnership -> Android.Gestures.GestureStroke

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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