Geotools.Net

Envelope.Contains Method (Envelope)

Returns true if the Envelope other lies wholely inside this Envelope (inclusive of the boundary).

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

Parameters

other
The Envelope which this Envelope is being checked for containing

Return Value

True if other is contained in this Envelope

Remarks

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

See Also

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