JPlanner Programmer's Guide
Graphics.fillRectangle Method (Brush, Rectangle)
See Also
 






Fills the interior of a rectangle specified by a Rectangle object.

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

 Syntax

Java  Copy Code

public void fillRectangle (
    Brush brush,
    Rectangle rect
)

 Parameters

brush

A Brush that determines the characteristics of the fill.

rect

The Rectangle object that represents the rectangle to fill.

 See Also

fillRectangle Method Overload List
Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace