IntersectBounds method

Determines whether the two specified bounds intersect.

Syntax

BOOL retVal = object.IntersectBounds(Bounds1, Bounds2);

Parameters

  • Bounds1 [in, ref]
    Type: const CDXB_C

    First bounds to use.

  • Bounds2 [in, ref]
    Type: const CDXB_C

    Second bounds to use.