Gets the rectangular extent of the current visible area of the map being displayed in the SFMap control
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property VisibleExtent As RectangleD Get |
C# |
---|
public RectangleD VisibleExtent { get; } |
Visual C++ |
---|
public: property RectangleD VisibleExtent { RectangleD get (); } |
JavaScript |
---|
function get_visibleExtent(); |
Remarks
VisibleExtent is the current visible area of the map, as determind by the current ZoomLevel, CentrePoint and ClientSize of the SFMap control.
To get the extent of the ENTIRE map call Extent