MotionEvent.PointerProperties コンストラクター

定義

オーバーロード

MotionEvent.PointerProperties()

無効なポインター ID を持つポインター プロパティ オブジェクトを作成します。

MotionEvent.PointerProperties(MotionEvent+PointerProperties)

ポインター プロパティ オブジェクトを、別のポインター プロパティ オブジェクトの内容のコピーとして作成します。

MotionEvent.PointerProperties()

無効なポインター ID を持つポインター プロパティ オブジェクトを作成します。

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

注釈

無効なポインター ID を持つポインター プロパティ オブジェクトを作成します。

の Java ドキュメント android.view.MotionEvent.PointerProperties.MotionEvent$PointerProperties()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

パラメーター

属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象