Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
cairoUserToDeviceDistance: cairoUserToDeviceDistance
Description
Transform a distance vector from user space to device space. This function is similar to
cairoUserToDevice
except that the translation components of the CTM will be ignored when transforming (
dx
,
dy
).
Usage
cairoUserToDeviceDistance(cr, dx, dy)
Arguments
cr
[
Cairo
] a cairo context
dx
[numeric] X component of a distance vector (in/out parameter)
dy
[numeric] Y component of a distance vector (in/out parameter)