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

ConvexHull() public method

Geometry—Returns a geometry that represents the convex hull of this Geometry.
public ConvexHull ( ) : Geometry
return Geometry
        public override Geometry ConvexHull()
        {
            throw new NotImplementedException();
        }