BoundingBox Methods |
The BoundingBox type exposes the following members.
Name | Description | |
---|---|---|
ConvertToScreen |
Convert a bounding box to screen coordinates for a given window.
| |
Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) | |
PointInside |
Test whether a given point is within the bounds of a bounding box.
| |
Union_ |
Return a new bounding box that represents the minimum area required to contain both this bounding box and the bounding box specified by oBoundingBox.
|