Search
Polygon Constructor
See Also
 






Builds new polygon object from the specified rectangle.

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

 Syntax

Java  Copy Code

public Polygon (
    Rectangle2D rect
)

 Parameters

rect

 See Also