IODBObjectRotate(Int32, Boolean) Method

Rotate the object.

Definition

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

Parameters

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

Implements

InterfaceODBObjectRotate(Int32, Boolean)

See Also