Get the Region object associated with this Cover.

Namespace: Spherical.Htm
Assembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0

Syntax

C#
public Region GetRegion { get; }
Visual C++
public:
property Region^ GetRegion {
	Region^ get ();
}
F#
member GetRegion : Region

Return Value

the Region object

See Also