Obsolete, replaced by Roi.convertLineToArea() @deprecated
()
| 2785 | * @deprecated |
| 2786 | */ |
| 2787 | public Roi convertToPolygon() { |
| 2788 | return convertLineToArea(this); |
| 2789 | } |
| 2790 | |
| 2791 | /** Converts a line selection into an area (polygon or composite) selection.<br> |
| 2792 | * Author: Michael Schmid |
nothing calls this directly
no test coverage detected