Share via


PageMatchBounds.Bounds Property

Definition

Represents the RectF bounds of a match.

public System.Collections.Generic.IList<Android.Graphics.RectF> Bounds { [Android.Runtime.Register("getBounds", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getBounds", "()Ljava/util/List;", "", ApiSince=35)>]
member this.Bounds : System.Collections.Generic.IList<Android.Graphics.RectF>

Property Value

list of bounds for the match on the page.

Attributes

Remarks

Represents the RectF bounds of a match. Matches which are spread across multiple lines will be represented by multiple RectF in order of viewing.

<strong>Note:</strong> The bounds only represent the coordinates of the bounds of a single line using RectF. The developer will need to render the highlighter as well as intercept the touch events for any additional UI interactions.

Java documentation for android.graphics.pdf.models.PageMatchBounds.getBounds().

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