JPlanner Programmer's Guide
Graphics.drawRectangle Method (Pen, RectangleD)
See Also
 






Draws a rectangle specified by a RectangleD object.

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

 Syntax

Java  Copy Code

public void drawRectangle (
    Pen pen,
    RectangleD rect
)

 Parameters

pen

A Pen object that determines the color, width, and style of the rectangle.

rect

A RectangleD object that represents the rectangle to draw.

 See Also

drawRectangle Method Overload List
Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace