rectangleAdjusted property
IntRect
get
rectangleAdjusted
The bounding rectangle that encompasses all artifacts in the band.
This property calculates the smallest rectangle that contains all artifacts, adjusted for any transformations.
Implementation
IntRect get rectangleAdjusted {
return getBoundingBox(artifacts, useAdjustedRect: true);
}