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_C
First bounds to create a union from.
- Bounds2 [in, ref]
-
Type: const CDXB_C
Second bounds to create a union from.
Show: