SharpMap.Geometries.Polygon.Difference C# (CSharp) Метод

Difference() публичный Метод

Returns a geometry that represents the point set difference of this Geometry with anotherGeometry.
public Difference ( Geometry geom ) : Geometry
geom Geometry
Результат Geometry
        public override Geometry Difference(Geometry geom)
        {
            throw new NotImplementedException();
        }