cairoDeviceToUserDistance {RGtk2} | R Documentation |
Transform a distance vector from device space to user space. This
function is similar to cairoDeviceToUser
except that the
translation components of the inverse CTM will be ignored when
transforming (dx
,dy
).
cairoDeviceToUserDistance(cr, dx, dy)
|
[Cairo ] a cairo context |
|
[numeric] X component of a distance vector (in/out parameter) |
|
[numeric] Y component of a distance vector (in/out parameter) |
Derived by RGtkGen from GTK+ documentation