rectAdjusted property
IntRect
get
rectAdjusted
the rectangle location of this matrix.
Implementation
IntRect get rectAdjusted =>
IntRect.fromLTWH(locationAdjusted.x, locationAdjusted.y, cols, rows);
the rectangle location of this matrix.
IntRect get rectAdjusted =>
IntRect.fromLTWH(locationAdjusted.x, locationAdjusted.y, cols, rows);