Gets the rectangular extent of the entire map in projected coordinates

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

Syntax

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

Remarks

ProjectedExtent is the rectangular extent of the ENTIRE map, regardless of the current ZoomLevel or CentrePoint. If MapProjectionType is ProjectionType.none the returned RectangleD is the same as Extent

See Also