bounds property
Rect
get
bounds
Gets the bounds of the selected region line relative to the page dimension.
Implementation
Rect get bounds {
return _bounds;
}
Gets the bounds of the selected region line relative to the page dimension.
Rect get bounds {
return _bounds;
}