Package: cairo

Function cairo:region-translate

Lambda List

cairo:region-translate (region dx dy)

Arguments

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

Details

Translates the region by (dx, dy).
 

See also

2025-1-26