BoundingBox.Union_ Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Union_(
Usual oBB = default
)
Request Example
View SourceParameters
- oBB (Optional)
- Type: Usual
The bounding box to be joined with this bounding box.
Return Value
Type:
UsualSee Also