共用方式為


TextView.BringPointIntoView 方法

定義

多載

BringPointIntoView(Int32)

如果需要,請將位移所指定的點移至檢視中。

BringPointIntoView(Int32, Boolean)

將指定位移的插入位置移至檢視的可見區域。

BringPointIntoView(Int32)

如果需要,請將位移所指定的點移至檢視中。

[Android.Runtime.Register("bringPointIntoView", "(I)Z", "GetBringPointIntoView_IHandler")]
public virtual bool BringPointIntoView (int offset);
[<Android.Runtime.Register("bringPointIntoView", "(I)Z", "GetBringPointIntoView_IHandler")>]
abstract member BringPointIntoView : int -> bool
override this.BringPointIntoView : int -> bool

參數

offset
Int32

傳回

屬性

備註

如果需要,請將位移所指定的點移至檢視中。 這必須在配置之後呼叫。 如果有任何變更,則傳回 true。

android.widget.TextView.bringPointIntoView(int)Java 檔。

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

適用於

BringPointIntoView(Int32, Boolean)

將指定位移的插入位置移至檢視的可見區域。

[Android.Runtime.Register("bringPointIntoView", "(IZ)Z", "GetBringPointIntoView_IZHandler", ApiSince=34)]
public virtual bool BringPointIntoView (int offset, bool requestRectWithoutFocus);
[<Android.Runtime.Register("bringPointIntoView", "(IZ)Z", "GetBringPointIntoView_IZHandler", ApiSince=34)>]
abstract member BringPointIntoView : int * bool -> bool
override this.BringPointIntoView : int * bool -> bool

參數

offset
Int32

字元的位移。

requestRectWithoutFocus
Boolean

True 是表示 呼叫 View#requestRectangleOnScreen(Rect) 處於未焦點狀態。 若為 False,則只呼叫檢視具有焦點。

傳回

如果有任何變更,則為 true,否則為 false。

屬性

備註

將指定位移的插入位置移至檢視的可見區域。

如果 [檢視] 已將焦點設為 requestRectWithoutFocus true,則此 API 可能會視需要呼叫 View#requestRectangleOnScreen(Rect) 來將點帶到可見區域。

android.widget.TextView.bringPointIntoView(int, boolean)Java 檔。

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

適用於