MoveOriginMoveOriginBy Method |
Transform the origin of the visual by the transform matrix
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static void MoveOriginBy(
Visual visual,
Matrix transform
)
Parameters
- visual Visual
- Visual to be transformed
- transform Matrix
- Transform to be applied
See Also