Retrieving shape BoundingBox coordinates using custom units(points

N

nyar

Is there a way to retrieve the BoundingBox coordinates in point units, rather than in inches?

My project is using point units rather than the default inch units, but the answer will still be in inches.

Currently I grab the coordinates with the following C line:
pCurrentShape->BoundingBox(visBBoxExtents, &nLeft, &nBottom, &nRight, &nTop);

If anybody can shed some light on the subject, it will be highly appreciated. Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top