Creates a region by copying the specified region.

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

Syntax

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

Parameters

region
Type: Spherical..::..Region
The region to copy.

See Also