Summary

public bool Intersects(Rectangle value)

Determines whether a specified Rectangle intersects with this Rectangle.

Returns

bool

Parameters

Summary

public void Intersects(ref Rectangle value, out bool result)

Determines whether a specified Rectangle intersects with this Rectangle.

Parameters