Gets the transform from the root object to this element.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Transform GetInverseRootTransform()
Visual Basic
Public Function GetInverseRootTransform As Transform
JScript
public function GetInverseRootTransform() : Transform

Return Value

The transform from the root object to this element.

See Also