InterfaceStepMovePCBOutline Method

Move the PCB contour in this step.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void MovePCBOutline(
	PointF offset,
	bool andChildSteps
)

Parameters

offset  PointF
the x and y values to move
andChildSteps  Boolean
 

See Also