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.
Determines whether the two specified bounds intersect.
BOOL retVal = object.IntersectBounds(Bounds1, Bounds2);
Bounds1 [in, ref]
Type: const CDXB_C
First bounds to use.
Bounds2 [in, ref]
Type: const CDXB_C
Second bounds to use.