cairo_region_overlap_t

Used as the return value for cairo.region.Region.containsRectangle.

Values

ValueMeaning
In0

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

Out1

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

Part2

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