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.FillRectangles (Brush, Rectangle[])

[To be supplied.]

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

Parameters

brush
[To be supplied.]
rects
[To be supplied.]

See Also

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