Intersection[enum]

import Quickshell

Intersection strategy for Regions. More

Variants

Detailed Description

See Region.intersection.

Variant Details

Combine

Combine this region, leaving a union of this and the other region. (opposite of Subtract)

Intersect

Create an intersection of this region and the other, leaving only the area covered by both. (opposite of Xor)

Subtract

Subtract this region, cutting this region out of the other. (opposite of Combine)

Xor

Create an intersection of this region and the other, leaving only the area not covered by both. (opposite of Intersect)