IDragAndDropObjectDragDropRotateAllowed Method

Allow the object to rotate this angle.

Definition

Namespace: PCBI.Automation.DragAndDrop
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool DragDropRotateAllowed(
	double angle,
	out double correctedAngle
)

Parameters

angle  Double
Relevant rotation angle.
correctedAngle  Double
Maybe correct the angle by this value.

Return Value

Boolean
True if the rotation is allowed.

See Also