Replaces this RectangleD structure with the intersection of itself and the specified RectangleD structure.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Intersect ( _ rect As RectangleD _ ) |
| C# |
|---|
public void Intersect( RectangleD rect ) |
| Visual C++ |
|---|
public: void Intersect( RectangleD rect ) |
Parameters
- rect
- Type: EGIS.ShapeFileLib..::.RectangleD
The rectangle to intersect.