Click or drag to resize

BoundingBox.Union_ Method (Typed)

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:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Union_(
	oBB AS BoundingBox
) AS BoundingBox
Request Example View Source

Parameters

oBB
Type: BoundingBox
The bounding box to be joined with this bounding box.

Return Value

Type: BoundingBox
See Also