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!

Region.Exclude (GraphicsPath)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Exclude( _
   ByVal path As GraphicsPath _
)
[C#]
public void Exclude(
   GraphicsPath path
);
[C++]
public: void Exclude(
   GraphicsPath* path
);
[JScript]
public function Exclude(
   path : GraphicsPath
);

Parameters

path
[To be supplied.]

See Also

Region Class | Region Members | System.Drawing Namespace | Region.Exclude Overload List