Click or drag to resize

PointTranslateBy Method

Translates this point by the specified vector.

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

Parameters

shift  Vector
The vector to translate by.
See Also