Package: cairo

Function cairo:region-equal

Lambda List

cairo:region-equal (region1 region2)

Arguments

region1 -- a cairo:region-t instance
region2 -- a cairo:region-t instance

Return Value

True if both regions contained the same coverage, false if it is not or any region is in an error status.

Details

Compares whether region1 is equivalent to region2.
 

See also

2025-1-26