Search
AwtGraphics.fillRectangle Method (Brush, Rectangle2D)
See Also
 






Fills the specified rectangle with the specified brush.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void fillRectangle (
    Brush brush,
    Rectangle2D rect
)

 Parameters

brush

rect

 See Also