Gets the rectangular extent of the entire map

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

Syntax

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

Remarks

Extent is the rectangular extent of the ENTIRE map, regardless of the current ZoomLevel or CentrePoint. To get the extent of the current visible area of the map call VisibleExtent

See Also