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 Function Overlaps( _ 
ByVal ext As Extents2d
) As Boolean
This language is not supported or no code example is available.
public bool Overlaps( 
Extents2d ext 
)
This language is not supported or no code example is available.
public:  
bool Overlaps( 
Extents2d^ ext 
)
This language is not supported or no code example is available.
public function Overlaps( 
ext : Extents2d 
) : boolean;
This language is not supported or no code example is available.

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