Namespace:
EGIS.ShapeFileLib
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function ShapeIntersectsRect ( _ shapeIndex As Integer, _ ByRef rect As RectangleD _ ) As Boolean |
C# |
---|
public bool ShapeIntersectsRect( int shapeIndex, ref RectangleD rect ) |
Visual C++ |
---|
public: bool ShapeIntersectsRect( int shapeIndex, RectangleD% rect ) |
JavaScript |
---|
function shapeIntersectsRect(shapeIndex, rect); |