C++
void getBoundingPoints( AcGePoint3dArray& ) const;
Description
Appends 4 points to the array as follows:
[0] == top left corner of text area [1] == top right corner of text area [2] == bottom left corner of text area [3] == bottom right corner of text area
All points are in WCS coordinates.
Parameters
Parameters | Description |
---|---|
unnamed | Returns an array of points (in WCS) defining bounding box of text as displayed on screen |