#include <nnsys/g2d/fmt/g2d_Cell_data.h>
static inline const NNSG2dCellBoundingRectS16*
NNS_G2dGetCellBoundingRect( const NNSG2dCellData* pCell );
| pCell | [IN] Cell data |
Information on the bounding rectangle (S16 format).
This function obtains the bounding rectangle of the cell. Internally, this function does not determine whether the cell actually has the bounding rectangle information. The determination must be done using user codes. The NNS_G2dCellHasBR() function can be used to determine if the cell has the bounding rectangle information. If this function is executed on a cell that does not have the bounding rectangle information, it returns invalid information. To create a cell data that has the bounding rectangle information, specify the -br option and perform the conversion.
2004/10/12 Initial version.
CONFIDENTIAL