Tests if a point is valid with respect to the boundaries.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.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.

Return Value

Returns true if a point lies inside the boundaries, false otherwise.

See Also