IGeometryIntersects Method (Extent)

Determines whether this geometry intersects a specified extent.

Namespace:  Aspose.Gis.Geometries
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
bool Intersects(
	Extent extent
)

Parameters

extent
Type: Aspose.GisExtent
The extent.

Return Value

Type: Boolean
if this geometry intersects the extent; otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is .
See Also