Used as the return value for cairo_region_contains_rectangle().

cairo_region_overlap_t

Format

An object of class list of length 3.

Details

Since: 1.10

CAIRO_REGION_OVERLAP_IN

The contents are entirely inside the region. (Since 1.10)

CAIRO_REGION_OVERLAP_OUT

The contents are entirely outside the region. (Since 1.10)

CAIRO_REGION_OVERLAP_PART

The contents are partially inside and partially outside the region. (Since 1.10)

See also