Tests if a point is valid with respect to the boundaries.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public bool IsValid( Point p ) |
| Visual Basic (Declaration) |
|---|
Public Function IsValid ( _ p As Point _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsValid( Point^ p ) |
Parameters
- p
- Type: ceometric.VectorGeometry..::.Point
A point.