Package: cairo

Function cairo-device-to-user

Lambda List

cairo-device-to-user (cr x y)

Arguments

cr -- a cairo-t context

Return Value

x -- a double float x value of coordinate (in/out parameter)
y -- a double float y value of coordinate (in/out parameter)

Details

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

See also

2020-12-26