NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Graphics.DrawRectangles (Pen, Rectangle[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawRectangles( _
   ByVal pen As Pen, _
   ByVal rects() As Rectangle _
)
[C#]
public void DrawRectangles(
   Pen pen,
   Rectangle[] rects
);
[C++]
public: void DrawRectangles(
   Pen* pen,
   Rectangle* rects[]
);
[JScript]
public function DrawRectangles(
   pen : Pen,
   rects : Rectangle[]
);

Parameters

pen
[To be supplied.]
rects
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawRectangles Overload List