共用方式為


MotionEvent.GetPointerId(Int32) 方法

定義

傳回與此事件中特定指標數據索引相關聯的指標標識碼。

[Android.Runtime.Register("getPointerId", "(I)I", "")]
public int GetPointerId (int pointerIndex);
[<Android.Runtime.Register("getPointerId", "(I)I", "")>]
member this.GetPointerId : int -> int

參數

pointerIndex
Int32

要擷取之指標的原始索引。 值可能從 0 (向下的第一個指標) 到 #getPointerCount()-1。

傳回

屬性

備註

傳回與此事件中特定指標數據索引相關聯的指標標識碼。 標識元會告訴您與數據相關聯的實際指標編號,並說明自目前手勢開始以來,個別指標上下移動。

android.view.MotionEvent.getPointerId(int)Java 檔。

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

適用於