IntersectBounds method
Determines whether the two specified bounds intersect.
Syntax
BOOL retVal = object.IntersectBounds(Bounds1, Bounds2);
Parameters
Bounds1 [in, ref]
Type: const CDXB_CFirst bounds to use.
Bounds2 [in, ref]
Type: const CDXB_CSecond bounds to use.