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






Fills the interior of a rectangle specified by a coordinate pair, a width, and a height.

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

 Syntax

Java  Copy Code

public void fillRectangle (
    Brush brush,
    int x,
    int y,
    int width,
    int height
)

 Parameters

brush

A Brush that determines the characteristics of the fill.

x

The x-coordinate of the upper-left corner of the rectangle to fill.

y

The y-coordinate of the upper-left corner of the rectangle to fill.

width

The width of the rectangle to fill.

height

The height of the rectangle to fill.

 See Also

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