Gets the rectangular extent of each shape in the shapefile

Namespace:  EGIS.ShapeFileLib
Assembly:  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()

Return Value

RectangleF[] representing the extent of each shape in the shapefile

See Also