xtd 0.2.0
Loading...
Searching...
No Matches

◆ intersects_with()

bool xtd::drawing::rectangle_f::intersects_with ( const rectangle_f rect) const
noexcept

Determines if this rectangle intersects with rect.

Parameters
rectThe rectangle to test.
Returns
This method returns true if there is any intersection, otherwise false.