IODBObjectMirror Method

The object will be mirrored in x or y direction.

Definition

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

Parameters

XDirection  Boolean
In x or y direction?
AddToUndoList  Boolean  (Optional)
 

Implements

InterfaceODBObjectMirror(Boolean, Boolean)

See Also