Context.deviceToUser

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

class Context
void
deviceToUser
(
ref double x
,
ref double y
)

Parameters

x double

X value of coordinate (in/out parameter)

y double

Y value of coordinate (in/out parameter)