Gets the length of the perimeter of the convex hull.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public double PerimeterLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property PerimeterLength As Double
Visual C++
public:
property double PerimeterLength {
	double get ();
}

Field Value

The length of the perimeter of the convex hull.

See Also