C++
AcGsDCRect( AcGsDCPoint const & min, AcGsDCPoint const & max );
Description
Constructor with points as arguments.
Parameters
Parameters | Description |
---|---|
min | Point that contains the minimum extents of the rectangle |
max | Point that contains the maximum extents of the rectangle |