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.Intersect (Region)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Intersect( _
   ByVal region As Region _
)
[C#]
public void Intersect(
   Region region
);
[C++]
public: void Intersect(
   Region* region
);
[JScript]
public function Intersect(
   region : Region
);

Parameters

region
[To be supplied.]

See Also

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