Gets the Rectangular extent of the shapefile
Namespace:
EGIS.ShapeFileLibAssembly: 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 (); } |