Search
AwtGraphics.drawRectangle Method (Pen, Rectangle2D)
See Also
 






Draws the specified rectangle using the specified pen.

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

 Syntax

Java  Copy Code

public void drawRectangle (
    Pen pen,
    Rectangle2D rect
)

 Parameters

pen

rect

 See Also