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)
Syntaxbool Intersects(
Extent extent
)
Function Intersects (
extent As Extent
) As Boolean
bool Intersects(
Extent^ extent
)
abstract Intersects :
extent : Extent -> bool
Parameters
- extent
- Type: Aspose.GisExtent
The extent.
Return Value
Type:
Boolean if this geometry intersects the extent;
otherwise.
Exceptions
See Also