AcDbExtents( const AcDbExtents& src );
|
Parameters |
Description |
|
const AcDbExtents& src |
Input another AcDbExtents object |
Copy constructor. This initializes the newly constructed object to have the same minPoint and maxPoint as the object passed to it.