Geotools.Net

IGeometry.Intersection Method 

Returns a Geometry representing the points shared by this Geometry and other.

[Visual Basic]
Function Intersection( _
   ByVal other As Geometry _
) As Geometry
[C#]
Geometry Intersection(
   Geometry other
);

Parameters

other
The other Geometry with which to compute the intersection.

Return Value

Returns the points common to th two Geometries.

Remarks

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

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace