Search
AwtGraphics.drawRectangle Method (Pen, Double, Double, Double, Double)
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,
    double x,
    double y,
    double width,
    double height
)

 Parameters

pen

x

y

width

height

 See Also