Context.userToDevice
void userToDevice(out double x, out double y)Transform a coordinate from user space to device space by multiplying the given point by the current transformation matrix (CTM).
Parameters
x | X value of coordinate (in/out parameter) |
y | Y value of coordinate (in/out parameter) |