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