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

Method convertToPolygon

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

Obsolete, replaced by Roi.convertLineToArea() @deprecated

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

convertLineToAreaMethod · 0.95

Tested by

no test coverage detected