Click or drag to resize

BoundingBox Methods

X#

The BoundingBox type exposes the following members.

Functions
  NameDescription
Public methodConvertToScreen
Convert a bounding box to screen coordinates for a given window.
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodPointInside
Test whether a given point is within the bounds of a bounding box.
Public methodUnion_
Return a new bounding box that represents the minimum area required to contain both this bounding box and the bounding box specified by oBoundingBox.
Top
See Also