Skip to content

Device.Move(int, 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 int

Horizontal displacement in the design coordinate system.

deltaY int

Vertical displacement in the design coordinate system.

rotationAngle int

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