Index Topic Contents | |||
Previous Topic: DAArray Class Next Topic: DABbox3 Class |
DABbox2 Class
An object representing a two-dimensional bounding box. It specifies the lower-left and upper-right corners of a box that encloses the non-transparent portions of an image. Although a bounding box may 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
DABbox2 Class
MaxA read-only property with a DAPoint2 value that specifies the upper-right corner of the bounding box.
bbox2Obj.Max
DABbox2 Class
MinA read-only property with a DAPoint2 value that specifies the lower-left corner of the bounding box.
bbox2Obj.Min
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.