bounds property

Rect bounds

Gets the bounds of the selected region line relative to the page dimension.

Implementation

Rect get bounds {
  return _bounds;
}