Selection

data class Selection(val locator: Locator, val rect: RectF?)

Represents a user content selection in a navigator.

Parameters

locator

Location of the user selection in the publication.

rect

Frame of the bounding rect for the selection, in the coordinate of the navigator view. This is only useful in the context of a VisualNavigator.

Constructors

Link copied to clipboard
constructor(locator: Locator, rect: RectF?)

Properties

Link copied to clipboard
Link copied to clipboard
val rect: RectF?