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

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

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