Deletes the current region of interest.
()
| 2346 | |
| 2347 | /** Deletes the current region of interest. */ |
| 2348 | public void killRoi() { |
| 2349 | deleteRoi(); |
| 2350 | } |
| 2351 | |
| 2352 | /** Deletes the current region of interest. */ |
| 2353 | public void resetRoi() { |
no test coverage detected