Search
AwtGraphics.fillRectangle Method (Brush, Int32, Int32, Int32, Int32)
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,
    int x,
    int y,
    int width,
    int height
)

 Parameters

brush

x

y

width

height

 See Also