Share

AcDbExtents::AcDbExtents

C++

ACDBCORE2D_PORT AcDbExtents(
    const AcDbExtents& src
);

Description

Copy constructor. This initializes the newly constructed object to have the same minPoint and maxPoint as the object passed to it.

Parameters

Parameters Description
src Input another AcDbExtents object

Links

AcDbExtents

Was this information helpful?