ConnectorSegment.CanMove(int, int, int, bool, bool, IList) Method
Return true if the emplacement at the newLocation is free.
1 |
|
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
itemsToIgnore
List[IMovable]