Gets the rectangular extent of the entire map
Namespace:
EGIS.Web.ControlsAssembly: EGIS.Web.Controls (in EGIS.Web.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.