Click or drag to resize
GeEnvelopeIntersects Method
Returns True if specified envelope intersects or overlaps region of this envelope, otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool Intersects(
	GeEnvelope other
)

Parameters

other
Type: FDF.Common.GeometriesGeEnvelope

Return Value

Type: Boolean
Remarks