Package: cairo
Function cairo:device-to-user-distance
Lambda Listcairo:device-to-user-distance (cr dx dy) ArgumentsReturn Value    dx -- a double float for the x component of the distance vector  dy -- a double float for the y component of the distance vector Details      
    Transform a distance vector from device space to user space.    This function is similar to the cairo:device-to-user function except
  that the translation components of the inverse CTM will be ignored when  transforming (dx,dy).      | See also | 
2025-09-02