Lingua

EditorBoundsInfo.Builder.SetHandwritingBounds(RectF) Method

Definition

Sets the current editor's bounds with padding for handwriting.

[Android.Runtime.Register("setHandwritingBounds", "(Landroid/graphics/RectF;)Landroid/view/inputmethod/EditorBoundsInfo$Builder;", "", ApiSince=33)]
public Android.Views.InputMethods.EditorBoundsInfo.Builder SetHandwritingBounds(Android.Graphics.RectF? bounds);
[<Android.Runtime.Register("setHandwritingBounds", "(Landroid/graphics/RectF;)Landroid/view/inputmethod/EditorBoundsInfo$Builder;", "", ApiSince=33)>]
member this.SetHandwritingBounds : 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 current editor's bounds with padding for handwriting.

Android reference for android.view.inputmethod.EditorBoundsInfo.Builder.setHandwritingBounds.

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