enum Cairo::RegionOverlap
Overview
Used as the return value for Region#contains_rectangle.
Defined in:
cairo/region_overlap.crEnum Members
-
In =
0 -
The contents are entirely inside the region.
-
Out =
1 -
The contents are entirely outside the region.
-
Part =
2 -
The contents are partially inside and partially outside the region.