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
Envelopeis being checked for containing
Envelopeis being checked for containing
True if (x, y) lies in the interior or on the boundary of this Envelope.
Missing <remarks> documentation for M:Geotools.Geometries.Envelope.Contains(System.Double,System.Double)
Envelope Class | Envelope Members | Geotools.Geometries Namespace | Envelope.Contains Overload List