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