Package: cairo

Function cairo-clip-extents

Lambda List

cairo-clip-extents (cr)

Arguments

cr -- a cairo-t context

Return Value

x1 -- a double float for the left of the resulting extents
y1 -- a double float for the top of the resulting extents
x2 -- a double float for the right of the resulting extents
y2 -- a double float for the bottom of the resulting extents

Details

Computes a bounding box in user coordinates covering the area inside the current clip.
 

See also

2021-12-12