MapMatrix NetGIS Class Library

BoundingBox.touches Method 

Determines if this BoundingBox intersects another BoundingBox.

public bool touches(
   BoundingBox b
);

Parameters

b
The BoundingBox to compare this object with.

Return Value

True if an intersection exists. False if they do not intersect.

See Also

BoundingBox Class | MapMatrix.Features Namespace