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, RectangleF[])

[To be supplied.]

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

Parameters

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

See Also

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