IODBObjectSetOffset(PointF, Boolean) Method

Move the object.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetOffset(
	PointF offset,
	bool AddUndo = true
)

Parameters

offset  PointF
The distance in mils for X and Y direction
AddUndo  Boolean  (Optional)
 

Implements

InterfaceODBObjectSetOffset(PointF, Boolean)

See Also