Skip to content

Circuit.MoveItemsList\<IMovable\>, 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 System.Collections.Generic.List<IMovable>

Itemps to be moved Devices and connector segments

delta PointI

Position delta

rotationAngle System.Int32

Rotation angle in degree clockwise

horizontalFlip System.Boolean

verticalFlip System.Boolean

Returns

System.Boolean
True if success