Gets the rectangular bounds of an individual shape in the ShapeFile
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function GetShapeBounds ( _
recordIndex As Integer _
) As RectangleF |
C# |
---|
public RectangleF GetShapeBounds(
int recordIndex
) |
Visual C++ |
---|
public:
RectangleF GetShapeBounds(
int recordIndex
) |
JavaScript |
---|
function getShapeBounds(recordIndex); |
Parameters
- recordIndex
- Type: System..::..Int32
Zero based index of shape bounds to return
Return Value
See Also