Click or drag to resize

PointTranslateBy Method

Translates this point by the specified vector.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
void TranslateBy(
	Vector shift
)

Parameters

shift  Vector
Input Vector object that specifies the vector to translate by.
See Also