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

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

Returns a geometry that represents all points whose distance from this Geometry is less than or equal to distance. Calculations are in the Spatial Reference System of this Geometry.
public Buffer ( double d ) : Geometry
d double
Результат Geometry
        public override Geometry Buffer(double d)
        {
            throw new NotImplementedException();
        }