Share via


RemoveSpaceGesture.StartPoint Property

Definition

Returns the start point in screen coordinates set with Builder#setPoints.

public Android.Graphics.PointF StartPoint { [Android.Runtime.Register("getStartPoint", "()Landroid/graphics/PointF;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getStartPoint", "()Landroid/graphics/PointF;", "", ApiSince=34)>]
member this.StartPoint : Android.Graphics.PointF

Property Value

Attributes

Remarks

Returns the start point in screen coordinates set with Builder#setPoints.

Java documentation for android.view.inputmethod.RemoveSpaceGesture.getStartPoint().

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