Rectangle.Overlap Method
Tells whether this rectangle overlaps or touches another one.
Overlap(Rectangle rectangle)
Tells whether this rectangle overlaps or touches another one.Syntax
public System.Boolean Overlap (
Rectangle rectangle
)
Parameters
Another rectangle.
Return Value
True if the rectangles overlap or touch each other.
Remarks
If you do not want to regard touching rectangles as overlapping, call StrictlyOverlap instead.
Platforms
Windows, Linux, Android