Determines if the rectangular region represented by rect is entirely contained within this RectangleD structure.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ rect As RectangleD _ ) As Boolean |
| C# |
|---|
public bool Contains( RectangleD rect ) |
| Visual C++ |
|---|
public: bool Contains( RectangleD rect ) |
Parameters
- rect
- Type: EGIS.ShapeFileLib..::.RectangleD
The RectangleD to test.