IPictureLayerMirror Method

Mirror the image of the picture layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Mirror(
	bool Xdirection
)

Parameters

Xdirection  Boolean
true is in X-direction, false in Y-direction

Implements

InterfacePictureLayerMirror(Boolean)

See Also