IPictureLayerMoveLayer(PointD) Method

Move the layer to the postition.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public override bool MoveLayer(
	PointD offsetMoveInMils
)

Parameters

offsetMoveInMils  PointD
The offset in X/Y direction in wich the layer should move.

Return Value

Boolean
True if the move has worked.

Implements

InterfaceLayerMoveLayer(PointD)
InterfaceLayerMoveLayer(PointD)
InterfaceLayerMoveLayer(PointD)

See Also