MapMatrix NetGIS Class Library

BoundingBox.Intersects Method (Double, Double)

Determines if this object overlaps with the provided coordinates

public bool Intersects(
   double x1,
   double y1
);

Parameters

x1
X Coordinate of the point to compare.
y1
X Coordinate of the point to compare.

Return Value

True if an intersection exists, false if not.

See Also

BoundingBox Class | MapMatrix.Features Namespace | BoundingBox.Intersects Overload List