Search
IGraphics.DrawRectangle Method
See Also
 





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

 Overload List

Name Description

IGraphics.DrawRectangle (Pen, Double, Double, Double, Double)

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

IGraphics.DrawRectangle (Pen, Rect)

Draws a rectangle specified by a Rect structure.

 See Also