Box.Overlap Method
Checks whether the current Box overlaps or touches the specified Box.
Thread safety: This method is thread-safe.
Overlap(Box box)
Checks whether the current Box overlaps or touches the specified Box.Syntax
public System.Boolean Overlap (
Box box
)
Parameters
box
Type: Box
A box.
A box.
Return Value
Type: System.Boolean
True if box overlaps or touches the current box; otherwise, False.
True if box overlaps or touches the current box; otherwise, False.
Platforms
Windows, Linux, Android