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

Distance() public method

Returns the shortest distance between any two points in the two geometries as calculated in the spatial reference system of this Geometry.
public Distance ( Geometry geom ) : double
geom Geometry
return double
        public override double Distance(Geometry geom)
        {
            throw new NotImplementedException();
        }