Search
AwtGraphics.fillRectangle Method
See Also
 






Fills a rectangle with a specified brush.

 Overload List

Name Description

AwtGraphics.fillRectangle (Brush, Double, Double, Double, Double)

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

AwtGraphics.fillRectangle (Brush, Int32, Int32, Int32, Int32)

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

AwtGraphics.fillRectangle (Brush, Rectangle)

Fills the specified rectangle with the specified brush.

AwtGraphics.fillRectangle (Brush, Rectangle2D)

Fills the specified rectangle with the specified brush.

 See Also