Skip to content

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