InterfacePolyClassTranslate(Double, Double) Method

Move the poygon.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void Translate(
	double X,
	double Y
)

Parameters

X  Double
offset in X-direction
Y  Double
offset in Y-direction

See Also