Gets the rectangular extent of the entire map

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Public ReadOnly Property Extent As RectangleF
	Get
C#
public RectangleF Extent { get; }
Visual C++
public:
property RectangleF Extent {
	RectangleF get ();
}
JavaScript
function get_extent();

Remarks

Extent is the rectangular extent of the ENTIRE map, regardless of the current ZoomLevel or CentrePoint.

See Also