共用方式為


TextView.GetOffsetForPosition(Single, Single) 方法

定義

取得最接近指定絕對位置的字元位移。

[Android.Runtime.Register("getOffsetForPosition", "(FF)I", "GetGetOffsetForPosition_FFHandler")]
public virtual int GetOffsetForPosition (float x, float y);
[<Android.Runtime.Register("getOffsetForPosition", "(FF)I", "GetGetOffsetForPosition_FFHandler")>]
abstract member GetOffsetForPosition : single * single -> int
override this.GetOffsetForPosition : single * single -> int

參數

x
Single

螢幕上點的水平絕對位置

y
Single

螢幕上點的垂直絕對位置

傳回

其位置最接近指定位置之字元的字元位移。 如果沒有配置,則傳回 -1。

屬性

備註

取得最接近指定絕對位置的字元位移。 典型的使用案例是將 和 MotionEvent#getY() 的結果MotionEvent#getX()傳遞至這個方法。

android.widget.TextView.getOffsetForPosition(float, float)Java 檔。

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

適用於