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!

GraphicsPath.AddRectangles (RectangleF[])

[To be supplied.]

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

Parameters

rects
[To be supplied.]

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.AddRectangles Overload List