MoveOriginMoveOriginTo(Visual, Matrix) Method |
Transform the origin of the visual so it becomes the matrix relative to the visuals parent
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static void MoveOriginTo(
Visual visual,
Matrix matrix
)
Parameters
- visual Visual
- Visual to be transformed
- matrix Matrix
- Desired position of the origin
See Also