MovePicture

<< Click to Display Table of Contents >>

Navigation:  Command Reference > List of Commands >

MovePicture

Offsets the drawing in the program workspace at the stated distance in X- and Y-direction in pixels relative to the top left corner of the workspace. The distance at which the drawing must be offset is set without units of measurement.

 

Step1. Command: MovePicture

Step2. Enter X offset: enter the offset value in X-direction in screen pixels.

Step3. Enter Y offset: enter the offset value in Y-direction in screen pixels.

 

Call of the command via XML API

To offset the image at 50 pixels in X-direction and 100 pixels in Y-direction execute the following XML:

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2">
 <command text="MovePicture 50 100"/>
</cadsofttools>    

Go to ABViewer