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
x | X value of coordinate (in/out parameter) |
y | Y value of coordinate (in/out parameter) |