Search
Polygon Constructor
See Also
 






Build new polygon from ellipse. The ellipse is defined by the specified bounding rectangle. The second parameter specifies how close the polygon approximates the ellipse. Factor of 0 specifies simplest polygon, while factor 100 specifies the most complex polygon.

Namespace: com.mindfusion.drawing
File: com.mindfusion.drawing

 Syntax

Java  Copy Code

public Polygon (
    Rectangle2D.Float bounds,
    int factor
)

 Parameters

bounds

factor

 See Also