Gets the transform from device units (pixels) to this object.

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

Syntax

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

Return Value

The transform from device units to this object.

See Also