INoteBaseMoveLabel Method

Change location of the label.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public virtual void MoveLabel(
	PointD world,
	double scaleFactor
)

Parameters

world  PointD
New location of the label (If in bottomview when set, the x-coordinate should be mirrored).
scaleFactor  Double
Used scale factor.

See Also