Package: cairo
CStruct cairo-t
Details A cairo-t context contains the current state of the rendering device,
including coordinates of yet to be drawn shapes. Cairo contexts, as cairo-t contexts are named, are central to Cairo and all drawing with Cairo is always done to a cairo-t context. Memory management of the cairo-t context is done with the cairo-reference and cairo-destroy functions. | See also |
2021-12-12