Function intersection

Source
pub fn intersection(windows: &[Window]) -> Option<Window>
Expand description

Find the intersect between multiple Windows.

ยงArguments

  • windows - Windows to intersect.