MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getBoundingRect

Method getBoundingRect

ij/src/main/java/ij/gui/Roi.java:580–582  ·  view source on GitHub ↗

@deprecated replaced by getBounds()

()

Source from the content-addressed store, hash-verified

578 * replaced by getBounds()
579 */
580 public Rectangle getBoundingRect() {
581 return getBounds();
582 }
583
584 /** Returns the outline of this selection as a Polygon.
585 @see ij.process.ImageProcessor#setRoi

Callers 3

runMethod · 0.95
sampleMethod · 0.95
setupMethod · 0.80

Calls 1

getBoundsMethod · 0.95

Tested by

no test coverage detected