GestureStroke Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
- 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.