Search
AwtGraphics.drawRectangle Method
See Also
 






Draws a rectangle using a specified pen.

 Overload List

Name Description

AwtGraphics.drawRectangle (Pen, Double, Double, Double, Double)

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

AwtGraphics.drawRectangle (Pen, Int32, Int32, Int32, Int32)

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

AwtGraphics.drawRectangle (Pen, Rectangle)

Draws the specified rectangle using the specified pen.

AwtGraphics.drawRectangle (Pen, Rectangle2D)

Draws the specified rectangle using the specified pen.

 See Also