@deprecated replaced by getBounds()
()
| 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 |