GesturePoint Constructors

Definition

Overloads

GesturePoint(IntPtr, JniHandleOwnership)

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

GesturePoint(Single, Single, Int64)

GesturePoint(IntPtr, JniHandleOwnership)

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

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

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

GesturePoint(Single, Single, Int64)

[Android.Runtime.Register(".ctor", "(FFJ)V", "")]
public GesturePoint (float x, float y, long t);
[<Android.Runtime.Register(".ctor", "(FFJ)V", "")>]
new Android.Gestures.GesturePoint : single * single * int64 -> Android.Gestures.GesturePoint

Parameters

x
Single
y
Single
t
Int64
Attributes

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