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

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

Syntax

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

Return Value

The transform from this element to device units.

See Also