UnionBounds method
Creates a union of the two specified bounds and assigns the result to the data object.
Syntax
void retVal = object.UnionBounds(Bounds1, Bounds2);
Parameters
Bounds1 [in, ref]
Type: const CDXB_CFirst bounds to create a union from.
Bounds2 [in, ref]
Type: const CDXB_CSecond bounds to create a union from.