MapMatrix NetGIS Class Library

BoundingBox.contains Method 

Determines if this a BoundingBox is fully inside of this object.

public bool contains(
   BoundingBox b
);

Parameters

b
The BoundingBox to compare this object with.

Return Value

True if the other object is fully inside of this one. False if it is not.

See Also

BoundingBox Class | MapMatrix.Features Namespace