Skip to content

Circuit.MoveItems(List, PointI, int, bool, bool) Method

Move a bunch of items in the design. Maintains connections

1
bool MoveItems(movables, delta, rotationAngle=0, horizontalFlip=false, verticalFlip=false)

Parameters

movables List[IMovable]

Itemps to be moved (Devices and connector segments)

delta PointI

Position delta

rotationAngle int

Rotation angle in degree (clockwise)

horizontalFlip System.Boolean

verticalFlip System.Boolean

Returns

System.Boolean
True if success