Skip to main content
Known Participant
August 22, 2007
Question

Bounding Box of grouped frames

  • August 22, 2007
  • 1 reply
  • 293 views
Hi!

I want to get the outermost bounding box of two or more selected or otherwise grouped frames (not necessarily linked together).
As if I would draw an invisible frame which enclose those frames on the outermost points (top/left, right/bottom).

Any ideas?
Thanks!

P.S: I use InDesign CS2.
This topic has been closed for replies.

1 reply

Known Participant
August 30, 2007
Ah it worked with:<br /><br />UIDList itemsOnPageList;<br /><br />PMRect itemsBoundingBox = Utils<IBoundsUtils>()->GetStrokeBounds(itemsOnPageList);