IDragAndDropObjectDragDropEnd Method

What to do at the end of drag and drop?

Definition

Namespace: PCBI.Automation.DragAndDrop
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void DragDropEnd(
	PointD moveOffset,
	double deltaRotation,
	double scaling,
	bool MirrorX,
	bool MirrorY
)

Parameters

moveOffset  PointD
Offset in X and Y direction.
deltaRotation  Double
Rotation change value.
scaling  Double
Scaling value
MirrorX  Boolean
Is the object mirrored in X direction?
MirrorY  Boolean
Is the object mirrored in Y direction?

See Also