JPlanner Programmer's Guide
Graphics.fillRectangle Method
See Also
 






Fills a rectangle.

 Overload List

Name Description

Graphics.fillRectangle (Brush, Double, Double, Double, Double)

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

Graphics.fillRectangle (Brush, Int32, Int32, Int32, Int32)

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

Graphics.fillRectangle (Brush, Rectangle)

Fills the interior of a rectangle specified by a Rectangle object.

Graphics.fillRectangle (Brush, RectangleD)

Fills the interior of a rectangle specified by a Rectangle object.

 See Also

Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace