getRects

open fun getRects(): List<RectF>

Returns list of all rectangles that represent this markup annotation in PDF coordinates.

NOTE: Modifying this list directly or the rects in it without calling setRects will not work. Always call setRects after modifying the data to avoid inconsistent state.

Return

A list of rects representing this annotation.