EditorBoundsInfo.EditorBounds Property

Definition

Returns the bounds of the Editor in local coordinates.

public Android.Graphics.RectF? EditorBounds { [Android.Runtime.Register("getEditorBounds", "()Landroid/graphics/RectF;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getEditorBounds", "()Landroid/graphics/RectF;", "", ApiSince=33)>]
member this.EditorBounds : Android.Graphics.RectF

Property Value

Attributes

Remarks

Returns the bounds of the Editor in local coordinates.

Screen coordinates can be obtained by transforming with the CursorAnchorInfo#getMatrix of the containing CursorAnchorInfo.

Java documentation for android.view.inputmethod.EditorBoundsInfo.getEditorBounds().

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