SharpMap.Geometries.Polygon.Intersection C# (CSharp) Method

Intersection() public method

Returns a geometry that represents the point set intersection of this Geometry with anotherGeometry.
public Intersection ( Geometry geom ) : Geometry
geom Geometry
return Geometry
        public override Geometry Intersection(Geometry geom)
        {
            throw new NotImplementedException();
        }