Geotools.Net

IGeometry.Contains Method 

Returns true if the other geometry is within this.

[Visual Basic]
Function Contains( _
   ByVal other As Geometry _
) As Boolean
[C#]
bool Contains(
   Geometry other
);

Parameters

other
The other geometry with which to compare to this geometry.

Return Value

Returns true if this Geometry contains other.

Remarks

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

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace