Click or drag to resize

MoveOriginMoveOriginTo(Visual, Matrix) Method

Transform the origin of the visual so it becomes the matrix relative to the visuals parent

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static void MoveOriginTo(
	Visual visual,
	Matrix matrix
)

Parameters

visual  Visual
Visual to be transformed
matrix  Matrix
Desired position of the origin
See Also