Search
AwtGraphics.drawPolygon Method
See Also
 






Draws a polygon using a specified pen.

 Overload List

Name Description

AwtGraphics.drawPolygon (Pen, Point[])

Draws the polygon defined by the specified points using the specified pen.

AwtGraphics.drawPolygon (Pen, Point2D[])

Draws the polygon defined by the specified points using the specified pen.

 See Also