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();
        }