Cairo::RegionOverlap
Inherits Enum / Comparable / Value / Object
Used as the return value for Region#contains_rectangle.
Constants
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.