Gets the rectangular extent of the entire map

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

Syntax

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

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