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

Parameters

shapeIndex
Type: System..::..Int32
rect
Type: EGIS.ShapeFileLib..::..RectangleD%

See Also