Gets the transform from the parent of this object to the 'device space'.

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

Syntax

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

Return Value

The transform from the parent of this object to the 'device space'.

See Also