Intersects the region with the specified region.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public Region Intersect(
	Region region
)
Visual C++
public:
Region^ Intersect(
	Region^ region
)
F#
member Intersect : 
        region:Region -> Region 

Parameters

region
Type: Spherical..::..Region
The other region to intersect with.

Return Value

The region of intersection.

Remarks

The operation leaves both regions intact.

See Also