Geotools.Net

Envelope.Intersects Method (Double, Double)

Check if the point (x, y) overlaps (lies inside) the region of this Envelope.

[Visual Basic]
Overloads Public Function Intersects( _
   ByVal x As Double, _
   ByVal y As Double _
) As Boolean
[C#]
public bool Intersects(
   double x,
   double y
);

Parameters

x
The x-ordinate of the point
y
The y-ordinate of the point

Return Value

True if the point overlaps this Envelope

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Envelope.Intersects(System.Double,System.Double)

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace | Envelope.Intersects Overload List