IPolyClassTranslate(Double, Double) Method

Move the poygon.

Definition

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

Parameters

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

Implements

InterfacePolyClassTranslate(Double, Double)

See Also