Geotools.Net

Envelope.Contains Method (Coordinate)

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

[Visual Basic]
Overloads Public Function Contains( _
   ByVal p As Coordinate _
) As Boolean
[C#]
public bool Contains(
   Coordinate p
);

Parameters

p
The point which this Envelope is being checked for containing

Return Value

True if the point lies in the interior or on the boundary of this Envelope.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Envelope.Contains(Geotools.Geometries.Coordinate)

See Also

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