Gets the rectangular extent of the entire map

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

Collapse imageSyntax

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();

Collapse imageRemarks

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

Collapse imageSee Also