Extents2d.Overlaps Method

Checks if this extent overlaps another extent. If any of the two extents is empty they never overlap. Returns true if the two extents are NOT totally separated. Extents are viewed as 'solids'.
public bool Overlaps( 
   Extents2d ext 
)

Parameters

ext
Extents2d

The extent to check for overlap with this one.

Return Value

bool

true if this extent overlaps the given one.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition