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






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

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

 Syntax

Java  Copy Code

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

 Parameters

brush

x

y

width

height

 See Also