Click or drag to resize

MoveOriginMoveOriginBy Method

Transform the origin of the visual by the transform matrix

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

Parameters

visual  Visual
Visual to be transformed
transform  Matrix
Transform to be applied
See Also