DirectAnimation Animated Header --DABbox2 Class DirectAnimation Animated Header --DABbox2 Class* Microsoft DirectAnimation SDK
*Contents  *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

bullet1.gifMax

bullet1.gifMin


Max

DABbox2 Class

A read-only property with a DAPoint2 value that specifies the upper-right corner of the bounding box.

bbox2Obj.Max


Min

DABbox2 Class

A 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.

*Top of Page