Gets the Rectangular extent of the shapefile

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

Syntax

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

See Also