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

Difference() public method

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