MotionEvent.PointerCoords 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 屬性授權中所述的詞彙使用。