Package: cairo

Function cairo-device-to-user-distance

Lambda List

cairo-device-to-user-distance (cr dx dy)

Arguments

cr -- a cairo-t context

Return Value

dx -- a double float x component of a distance vector (in/out parameter)
dy -- a double float y component of a distance vector (in/out parameter)

Details

Transform a distance vector from device space to user space. This function is similar to the function cairo-device-to-user except that the translation components of the inverse CTM will be ignored when transforming (dx,dy).
 

See also

2020-12-26