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.AddRectangle (Rectangle)

[To be supplied.]

[Visual Basic]
Overloads Public Sub AddRectangle( _
   ByVal rect As Rectangle _
)
[C#]
public void AddRectangle(
   Rectangle rect
);
[C++]
public: void AddRectangle(
   Rectangle rect
);
[JScript]
public function AddRectangle(
   rect : Rectangle
);

Parameters

rect
[To be supplied.]

See Also

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