Gets the rectangular extent of each shape in the shapefile
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetShapeExtents As RectangleF() |
| C# |
|---|
public RectangleF[] GetShapeExtents() |
| Visual C++ |
|---|
public: array<RectangleF>^ GetShapeExtents() |