IPolyClassTranslate(Single, Single) Method

Move the poygon.

Definition

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

Parameters

X  Single
offset in X-direction
Y  Single
offset in Y-direction

Implements

InterfacePolyClassTranslate(Single, Single)

See Also