 | PointTransformBy Method |
Transforms this point by the specified transformation matrix.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntaxvoid TransformBy(
Matrix matrix
)
Sub TransformBy (
matrix As Matrix
)
Parameters
- matrix Matrix
- The 4x4 transformation matrix to apply.
See Also