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

Intersection() public méthode

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