Gets the length of the perimeter of the convex hull.
Namespace:
ceometric.ComputationalGeometryAssembly: 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 (); } |