WebPlanner Programmer's Guide

GdiGraphics.DrawRectangle Method

See Also
 


Draws a rectangle specified by a coordinate pair, a width, and a height.

 Overload List

Name Description

GdiGraphics.DrawRectangle (Pen, Int32, Int32, Int32, Int32)

Draws a rectangle specified by a coordinate pair, a width, and a height.

GdiGraphics.DrawRectangle (Pen, Rectangle)

Draws a rectangle specified by a Rectangle structure.

GdiGraphics.DrawRectangle (Pen, Single, Single, Single, Single)

Draws a rectangle specified by a coordinate pair, a width, and a height.

 See Also