JPlanner Programmer's Guide
Graphics.drawRectangle Method
See Also
 






Draws a rectangle.

 Overload List

Name Description

Graphics.drawRectangle (Pen, Double, Double, Double, Double)

Draws a rectangle specified by a coordinate pair, a width, and a height.

Graphics.drawRectangle (Pen, Int32, Int32, Int32, Int32)

Draws a rectangle specified by a coordinate pair, a width, and a height.

Graphics.drawRectangle (Pen, Rectangle)

Draws a rectangle specified by a Rectangle object.

Graphics.drawRectangle (Pen, RectangleD)

Draws a rectangle specified by a RectangleD object.

 See Also

Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace