SharpMap.Geometries.Polygon.Difference C# (CSharp) Méthode

Difference() public méthode

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