Intersects
Summary
public bool Intersects(Rectangle value)
Determines whether a specified Rectangle intersects with this Rectangle.
Returns
Parameters
- Rectangle value
Summary
public void Intersects(ref Rectangle value, out bool result)
Determines whether a specified Rectangle intersects with this Rectangle.