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






Draws the rectangle defined by the specified coordinates using the specified pen.

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

 Syntax

Java  Copy Code

public void drawRectangle (
    Pen pen,
    int x,
    int y,
    int width,
    int height
)

 Parameters

pen

x

y

width

height

 See Also