True if two edges are collinear and overlap, false otherwise.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public bool Overlaps(
	Edge edge
)
Visual Basic (Declaration)
Public Function Overlaps ( _
	edge As Edge _
) As Boolean
Visual C++
public:
bool Overlaps(
	Edge^ edge
)

Parameters

edge
Type: ceometric.VectorGeometry..::.Edge
An edge.

Return Value

True if two collinear edges overlap, false otherwise. Returns false if the edge and edge are not collinear.

See Also