PolygonUtils.GetCircumference method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps
Assembly Skybrud.Essentials.Maps.dll

GetCircumference(IPoint[])

Static

Returns the circumference of the polygon represented by the specified points.

public static double GetCircumference(IPoint[] points)

Parameters

points Array of IPoint

The points making up the polygon.

Returns

The circumference in metres.