Skip to content

ConnectorSegment.Moveint, int, int, bool, bool Method

Return true if the item is moved to the desired future location. Return false if the item 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