MapMatrix NetGIS Class Library

BoundingBox.Intersects Method

Determines if this BoundingBox intersects (overlaps) another BoundingBox.

Overload List

Determines if this BoundingBox intersects (overlaps) another BoundingBox.

public bool Intersects(BoundingBox);

Determines if this object overlaps with the provided coordinates

public bool Intersects(double,double);

Determines if this object overlaps with the provided coordinates

public bool Intersects(double[]);

See Also

BoundingBox Class | MapMatrix.Features Namespace