Język

RemoveSpaceGesture.Builder.SetPoints(PointF, PointF) Method

Definition

Sets the start and end points in screen coordinates of the line to apply the remove space operation.

[Android.Runtime.Register("setPoints", "(Landroid/graphics/PointF;Landroid/graphics/PointF;)Landroid/view/inputmethod/RemoveSpaceGesture$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.RemoveSpaceGesture.Builder SetPoints(Android.Graphics.PointF startPoint, Android.Graphics.PointF endPoint);
[<Android.Runtime.Register("setPoints", "(Landroid/graphics/PointF;Landroid/graphics/PointF;)Landroid/view/inputmethod/RemoveSpaceGesture$Builder;", "", ApiSince=34)>]
member this.SetPoints : Android.Graphics.PointF * Android.Graphics.PointF -> Android.Views.InputMethods.RemoveSpaceGesture.Builder

Parameters

startPoint
PointF
endPoint
PointF

Returns

Attributes

Remarks

Sets the start and end points in screen coordinates of the line to apply the remove space operation. All whitespace characters touched by the line joining the points will be deleted.

Android reference for android.view.inputmethod.RemoveSpaceGesture.Builder.setPoints.

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