共用方式為


MotionEvent.PointerCoords 建構函式

定義

多載

MotionEvent.PointerCoords()

建立指標 Coords 物件,並將所有座標軸初始化為零。

MotionEvent.PointerCoords(MotionEvent+PointerCoords)

建立指標 coords 物件,做為另一個指標 coords 對象內容的複本。

MotionEvent.PointerCoords()

建立指標 Coords 物件,並將所有座標軸初始化為零。

[Android.Runtime.Register(".ctor", "()V", "")]
public PointerCoords ();
屬性

備註

建立指標 Coords 物件,並將所有座標軸初始化為零。

android.view.MotionEvent.PointerCoords.MotionEvent$PointerCoords()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

MotionEvent.PointerCoords(MotionEvent+PointerCoords)

建立指標 coords 物件,做為另一個指標 coords 對象內容的複本。

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

參數

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於