Skip to content

Device.Moveint, int, int, bool, bool Method

Move the device to the new location. Does not maintain the current connections Return false if the device is not moved

1
bool Move(deltaX, deltaY, rotationAngle=0, horizontalFlip=false, verticalFlip=false)

Parameters

deltaX System.Int32

Horizontal displacement in the design coordinate system.

deltaY System.Int32

Vertical displacement in the design coordinate system.

rotationAngle System.Int32

Rotation Angle in degree. clockwise.

horizontalFlip System.Boolean

If true, the device is flipped on the horizontal axis

verticalFlip System.Boolean

If true, the device is flipped on the vertical axis

Returns

System.Boolean