Język

CursorAnchorInfo.Builder.SetEditorBoundsInfo(EditorBoundsInfo) Method

Definition

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.

Applies to