Replaces this RectangleD structure with the intersection of itself and the specified RectangleD structure.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Sub Intersect ( _
	rect As RectangleD _
)
C#
public void Intersect(
	RectangleD rect
)
Visual C++
public:
void Intersect(
	RectangleD rect
)
JavaScript
function intersect(rect);

Parameters

rect
Type: EGIS.ShapeFileLib..::..RectangleD
The rectangle to intersect.

Return Value

This method does not return a value.

See Also