Context.deviceToUserDistance

Transform a distance vector from device space to user space. This function is similar to Device.toUser except that the translation components of the inverse CTM will be ignored when transforming (dx,dy). Since 1.0

class Context
void
deviceToUserDistance
(
ref double dx
,
ref double dy
)

Parameters

dx double

X component of a distance vector (in/out parameter)

dy double

Y component of a distance vector (in/out parameter)