CursorAnchorInfo.Builder.ClearVisibleLineBounds Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clear the visible text line bounds previously added to this Builder.
[Android.Runtime.Register("clearVisibleLineBounds", "()Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.CursorAnchorInfo.Builder ClearVisibleLineBounds();
[<Android.Runtime.Register("clearVisibleLineBounds", "()Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "", ApiSince=34)>]
member this.ClearVisibleLineBounds : unit -> Android.Views.InputMethods.CursorAnchorInfo.Builder
Returns
- Attributes
Remarks
Clear the visible text line bounds previously added to this Builder.
Android reference for android.view.inputmethod.CursorAnchorInfo.Builder.clearVisibleLineBounds.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.