Click or drag to resize

BoundingBox.Union_ Method

X#
Return a new bounding box that represents the minimum area required to contain both this bounding box and the bounding box specified by oBoundingBox.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Union_(
	oBB
) AS USUAL CLIPPER
Request Example View Source

Parameters

oBB (Optional)
Type: Usual
The bounding box to be joined with this bounding box.

Return Value

Type: Usual
See Also