INoteBaseStartDragging Method

Start dragging the note.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool StartDragging(
	IPCBIWindow mainWindow,
	bool dragAnchor,
	PointD world,
	int id,
	Point startMousePos
)

Parameters

mainWindow  IPCBIWindow
 
dragAnchor  Boolean
 
world  PointD
 
id  Int32
 
startMousePos  Point
 

Return Value

Boolean

See Also