Class Hierarchy
AcHeapOperators AcDbExtents2d
C++
class AcDbExtents2d : public AcHeapOperators;
File
dbmain.h
Description
This class embodies a rectangle in 2d space whose edges are parallel to the X and Y axes of the WCS. This rectangle is represented in the private data of an AcDbExtents2d object as a minimum point (mMinPoint) and a maximum point (mMaxPoint). At all times except immediately after an AcDbExtents2d object has been instantiated with the default constructor, the mMinPoint X and Y values must be less than or equal to the corresponding X and Y values of mMaxPoint.
Links
AcDbExtents2d Constructor, AcDbExtents2d Methods, AcDbExtents2d Operators