Gets the rectangular extent of the current visible area of the map being displayed in the SFMap control

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

Syntax

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

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

See Also