InsertModeGesture.Builder.SetInsertionPoint(PointF) 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 insertion point (in screen coordinates) where space will be created for additional text to be inserted.
[Android.Runtime.Register("setInsertionPoint", "(Landroid/graphics/PointF;)Landroid/view/inputmethod/InsertModeGesture$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.InsertModeGesture.Builder SetInsertionPoint(Android.Graphics.PointF point);
[<Android.Runtime.Register("setInsertionPoint", "(Landroid/graphics/PointF;)Landroid/view/inputmethod/InsertModeGesture$Builder;", "", ApiSince=34)>]
member this.SetInsertionPoint : Android.Graphics.PointF -> Android.Views.InputMethods.InsertModeGesture.Builder
Parameters
- point
- PointF
Returns
- Attributes
Remarks
Sets the insertion point (in screen coordinates) where space will be created for additional text to be inserted.
Android reference for android.view.inputmethod.InsertModeGesture.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.