IDragAndDropManagerDragDropParamsEventHandler Delegate

Delegate with all important parameter for drag and drop.

Definition

Namespace: PCBI.Automation.DragAndDrop
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public delegate void DragDropParamsEventHandler(
	PointD MoveOffset,
	double DeltaRotation,
	double Scaling,
	bool MirrorX,
	bool MirrorY
)

Parameters

MoveOffset  PointD
Offset in X and Y direction, default = 0,0.
DeltaRotation  Double
Delta rotation value in degrees, default = 0.
Scaling  Double
Scaling value, default = 1.
MirrorX  Boolean
Mirror in X direction, default = false.
MirrorY  Boolean
Mirror in Y direction, default = false.

See Also