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