IDragAndDropObjectDragDropMoveAllowed Method

Allow the object to move to this position.

Definition

Namespace: PCBI.Automation.DragAndDrop
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool DragDropMoveAllowed(
	PointD moveWorldPoint,
	out PointD correctedPoint,
	List<ILineEdge> dockLines
)

Parameters

moveWorldPoint  PointD
Location to move on this location.
correctedPoint  PointD
Maybe other point for correction.
dockLines  ListILineEdge
Relevant docking lines to correct position.

Return Value

Boolean
True if it is allowed to move to this point.

See Also