Package: cairo
Function cairo:region-contains-rectangle
Lambda Listcairo:region-contains-rectangle (region x y width height) ArgumentsReturn Value The cairo:region-overlap-t value. Details
Checks whether the given rectangle is inside, outside or partially contained in region. Returns the :in value if rectangle is entirely inside region, the :out value if rectangle is entirely outside region, or the :part value if rectangle is partially inside and partially outside region. | See also |
2025-1-26