WebPlanner Programmer's Guide

GdiGraphics.DrawRectangles Method

See Also
 


Draws a series of rectangles specified by Rectangle or RectangleF structures.

 Overload List

Name Description

GdiGraphics.DrawRectangles (Pen, Rectangle[])

Draws a series of rectangles specified by Rectangle structures.

GdiGraphics.DrawRectangles (Pen, RectangleF[])

Draws a series of rectangles specified by RectangleF structures.

 See Also