GesturePoint Costruttori

Definizione

Overload

Nome Descrizione
GesturePoint(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

GesturePoint(Single, Single, Int64)

GesturePoint(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

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

Parametri

x
Single
y
Single
t
Int64
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a