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

SymDifference() public method

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