CursorAnchorInfo.Builder.SetEditorBoundsInfo(EditorBoundsInfo) 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.
Sets the current editor related bounds.
[Android.Runtime.Register("setEditorBoundsInfo", "(Landroid/view/inputmethod/EditorBoundsInfo;)Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "", ApiSince=33)]
public Android.Views.InputMethods.CursorAnchorInfo.Builder SetEditorBoundsInfo(Android.Views.InputMethods.EditorBoundsInfo? bounds);
[<Android.Runtime.Register("setEditorBoundsInfo", "(Landroid/view/inputmethod/EditorBoundsInfo;)Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "", ApiSince=33)>]
member this.SetEditorBoundsInfo : Android.Views.InputMethods.EditorBoundsInfo -> Android.Views.InputMethods.CursorAnchorInfo.Builder
Parameters
- bounds
- EditorBoundsInfo
EditorBoundsInfo in local coordinates. This value may be null.
Returns
- Attributes
Remarks
Sets the current editor related bounds.
Android reference for android.view.inputmethod.CursorAnchorInfo.Builder.setEditorBoundsInfo.
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.