 | PointTranslateBy Method |
Translates this point by the specified vector.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxvoid TranslateBy(
Vector shift
)
Sub TranslateBy (
shift As Vector
)
Parameters
- shift Vector
- The vector to translate by.
See Also