Context.deviceToUser

void deviceToUser(out double x, out double y)

Transform a coordinate from device space to user space by multiplying the given point by the inverse of the current transformation matrix (CTM).

Parameters

xX value of coordinate (in/out parameter)
yY value of coordinate (in/out parameter)