Determines if this BoundingBox intersects (overlaps) another BoundingBox.
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[]);
BoundingBox Class | MapMatrix.Features Namespace