Share via


SelectionBoundary.Point Property

Definition

Gets the x, y coordinates of the selection boundary in points (1/72").

public Android.Graphics.Point? Point { [Android.Runtime.Register("getPoint", "()Landroid/graphics/Point;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getPoint", "()Landroid/graphics/Point;", "", ApiSince=35)>]
member this.Point : Android.Graphics.Point

Property Value

The point of the selection boundary.

Attributes

Remarks

Gets the x, y coordinates of the selection boundary in points (1/72"). These coordinates are represented by a Point . If the value is null then the #getIndex() will determine the selection boundary.

<strong>Note:</strong> Point (0,0) represents the top-left corner of the page

Java documentation for android.graphics.pdf.models.selection.SelectionBoundary.getPoint().

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