Språk

InsertGesture.Builder.SetInsertionPoint(PointF) Method

Definition

Sets the insertion point (in screen coordinates) where setTextToInsert(String) should be inserted.

[Android.Runtime.Register("setInsertionPoint", "(Landroid/graphics/PointF;)Landroid/view/inputmethod/InsertGesture$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.InsertGesture.Builder SetInsertionPoint(Android.Graphics.PointF point);
[<Android.Runtime.Register("setInsertionPoint", "(Landroid/graphics/PointF;)Landroid/view/inputmethod/InsertGesture$Builder;", "", ApiSince=34)>]
member this.SetInsertionPoint : Android.Graphics.PointF -> Android.Views.InputMethods.InsertGesture.Builder

Parameters

point
PointF

Returns

Attributes

Remarks

Sets the insertion point (in screen coordinates) where setTextToInsert(String) should be inserted.

Android reference for android.view.inputmethod.InsertGesture.Builder.setInsertionPoint.

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