Geotools.Net

Envelope.Overlaps Method (Double, Double)

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

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

Parameters

x
The x coordinate of the point to be tested.
y
The y coordinate of the point to be tested.

Return Value

True if the point overlaps this Envelope

Remarks

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

See Also

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