Geotools.Net

Envelope.Contains Method (Double, Double)

Returns true if the given point lies in or on the envelope.

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

Parameters

x
The x-coordinate of the point which this
Envelope
is being checked for containing
y
The y-coordinate of the point which this
Envelope
is being checked for containing

Return Value

True if (x, y) lies in the interior or on the boundary of this Envelope.

Remarks

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

See Also

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