SharpMap.Geometries.Polygon.ConvexHull C# (CSharp) Méthode

ConvexHull() public méthode

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