Search
SvgContent.getConcaveHull Method
See Also
 






Gets the concave hull of SVG elements' coordinates.

Namespace: com.mindfusion.svg
Package: com.mindfusion.svg

 Syntax

Java  Copy Code

public Point2D[] getConcaveHull ()

 Return Value

An array of Point2D objects representing the concave hull.

 See Also