Context.userToDevice

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

class Context
void
userToDevice
(
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)

Meta