IODBObjectRotate(Double, Boolean) Method

Rotate the object.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Rotate(
	double Angle,
	bool AddToUndoList = true
)

Parameters

Angle  Double
The angle to rotate this object (in degree).
AddToUndoList  Boolean  (Optional)
 

Implements

InterfaceODBObjectRotate(Double, Boolean)

See Also