Idioma

GesturePoint Construtores

Definição

Sobrecargas

Nome Description
GesturePoint(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

GesturePoint(Single, Single, Int64)

GesturePoint(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

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

Parâmetros

javaReference
IntPtr

nativeint

Uma IntPtrreferência de objeto JNI (Java Native Interface).

transfer
JniHandleOwnership

Um JniHandleOwnershipque indica como lidar javaReference

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se 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

Parâmetros

x
Single
y
Single
t
Int64
Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a