Package: cairo

Function cairo-region-translate

Lambda List

cairo-region-translate (region dx dy)

Arguments

region -- a cairo-region-t instance
dx -- an integer with the amount to translate in the x direction
dy -- an integer with the amount to translate in the y direction

Details

Translates region by (dx, dy).
 

See also

2020-12-15