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: 15.0.2.11458
Syntax
C#
public static void MoveOriginBy(
	Visual visual,
	Matrix transform
)

Parameters

visual
Type: Demo3D.VisualsVisual
Visual to be transformed
transform
Type: Microsoft.DirectXMatrix
Transform to be applied
See Also