Move drawing and background together

 From:  Michael Gibson
4306.2 In reply to 4306.1 
Hi Mark - you'll need to move them in 2 separate passes, one for the objects and one for the image, because the image is only moveable when you are inside of the Image command. It's set up that way because otherwise if image were just normally movable the same as objects it would be easy to end up moving the image around when you were actually trying to just click in the background area.

You may want to create a Point object (under Draw curve > More > Point) at the corner of your image before you move all objects, so that you can then move the image to snap on to that same point.

- Michael