MotionEvent.PointerProperties 构造函数

定义

重载

MotionEvent.PointerProperties()

创建具有无效指针 ID 的指针属性对象。

MotionEvent.PointerProperties(MotionEvent+PointerProperties)

创建指针属性对象作为另一个指针属性对象的内容的副本。

MotionEvent.PointerProperties()

创建具有无效指针 ID 的指针属性对象。

[Android.Runtime.Register(".ctor", "()V", "")]
public PointerProperties ();
属性

注解

创建具有无效指针 ID 的指针属性对象。

适用于 . 的 android.view.MotionEvent.PointerProperties.MotionEvent$PointerProperties()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

MotionEvent.PointerProperties(MotionEvent+PointerProperties)

创建指针属性对象作为另一个指针属性对象的内容的副本。

[Android.Runtime.Register(".ctor", "(Landroid/view/MotionEvent$PointerProperties;)V", "")]
public PointerProperties (Android.Views.MotionEvent.PointerProperties? other);
[<Android.Runtime.Register(".ctor", "(Landroid/view/MotionEvent$PointerProperties;)V", "")>]
new Android.Views.MotionEvent.PointerProperties : Android.Views.MotionEvent.PointerProperties -> Android.Views.MotionEvent.PointerProperties

参数

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于