Search
SvgContent.getConvexHull Method
See Also
 






Gets the convex hull of SVG elements' coordinates.

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

 Syntax

Java  Copy Code

public Point2D[] getConvexHull ()

 Return Value

An array of Point2D objects representing the convex hull.

 See Also