A
Andy
I'm trying to select all the shapes that are visible in the current
view of the visio window. Using visio.activewindow.selectall, just
selects all the shapes on the page.
I can get the bounding box for the windows current view, but am looking
for a method to select all the shapes within the bounding box. Am I
stuck with having to process all the shapes on the page and checking if
the coordinates are within the bounding box?
Thanks
view of the visio window. Using visio.activewindow.selectall, just
selects all the shapes on the page.
I can get the bounding box for the windows current view, but am looking
for a method to select all the shapes within the bounding box. Am I
stuck with having to process all the shapes on the page and checking if
the coordinates are within the bounding box?
Thanks