Search
AwtGraphics.fillPolygon Method
See Also
 






Fills a polygon with a specified brush.

 Overload List

Name Description

AwtGraphics.fillPolygon (Brush, Point[])

Fills the polygon defined by the specified points using the specified brush.

AwtGraphics.fillPolygon (Brush, Point2D[])

Fills the polygon defined by the specified points using the specified brush.

 See Also