Gets the transform from this element to the root object.

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

Syntax

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

Return Value

The transform from this element to the root object.

See Also