Search
AwtGraphics.drawRectangle Method (Pen, Rectangle)
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,
    Rectangle rect
)

 Parameters

pen

rect

 See Also