Multiple nodes resize

Hi,
I got a request to be able to select more than one object, then resize them all together. Is there a way to accomplish this?
thanks, Jake

I suggest replacing the standard GoToolResizing with one derived from GoToolResizing that overrides DoResizing to call GoObject.DoResize on each object in the selection. I suppose you’ll need to remember the OriginalBounds for each selected object, and you’ll need to supply a different current GoInputEventArgs.DocPoint/ViewPoint for each selected object, appropriately.