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).

struct Context
Point!double
deviceToUser
(
Point!double inp
)

Meta