JPlanner Programmer's Guide
Graphics.fillRectangle Method (Brush, RectangleD)
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,
    RectangleD rect
)

 Parameters

brush

A Brush that determines the characteristics of the fill.

rect

The RectangleD object that represents the rectangle to fill.

 See Also

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