IStepMovePCBOutline Method

Move the PCB contour in this step.

Definition

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

Parameters

offset  PointF
the x and y values to move
AndChildSteps  Boolean
move all used child steps with the contour

Implements

InterfaceStepMovePCBOutline(PointF, Boolean)

See Also