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

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

Geometry—Returns a geometry that represents the convex hull of this Geometry.
public ConvexHull ( ) : Geometry
Результат Geometry
        public override Geometry ConvexHull()
        {
            throw new NotImplementedException();
        }