Share via


PageMatchBounds(IList<RectF>, Int32) Constructor

Definition

Creates a new instance of PageMatchBounds for the text match found on the page.

[Android.Runtime.Register(".ctor", "(Ljava/util/List;I)V", "", ApiSince=35)]
public PageMatchBounds (System.Collections.Generic.IList<Android.Graphics.RectF> bounds, int textStartIndex);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;I)V", "", ApiSince=35)>]
new Android.Graphics.Pdf.Models.PageMatchBounds : System.Collections.Generic.IList<Android.Graphics.RectF> * int -> Android.Graphics.Pdf.Models.PageMatchBounds

Parameters

bounds
IList<RectF>

Bounds of the text match.

textStartIndex
Int32

starting index of the text match.

Attributes

Remarks

Creates a new instance of PageMatchBounds for the text match found on the page. The match is represented by bounds of the text match and the starting index of the character "stream" (0-based index).

Java documentation for android.graphics.pdf.models.PageMatchBounds.PageMatchBounds(java.util.List<android.graphics.RectF>, int).

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