 | VectorTranslateBy Method |
Translate this vector by the specified vector.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxvoid TranslateBy(
Vector shift
)
Sub TranslateBy (
shift As Vector
)
Parameters
- shift Vector
- Input Vector object that specifies the vector to translate by.
See Also