An object of the DABbox2 class represents a two-dimensional bounding box. It specifies the lower-left and upper-right corners of a box that encloses the nontransparent portions of an image. Although a bounding box might not always be the smallest bounding box achievable for the image, it is useful for determining the extent or size of the visible portions of the image.
Applications never create bounding boxes explicitly. Instead, create them by calling the BoundingBox function on the DAImage object.
This class inherits from DABehavior.
DABbox2 Properties
Max A read-only property with a DAPoint2 value that specifies the upper-right corner of the bounding box. Min A read-only property with a DAPoint2 value that specifies the lower-left corner of the bounding box.
A read-only property with a DAPoint2 value that specifies the upper-right corner of the bounding box.
Syntax
bbox2Obj.Max
A read-only property with a DAPoint2 value that specifies the lower-left corner of the bounding box.
Syntax
bbox2Obj.Min
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.