PolygonUtils.GetCoordinates method

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

GetCoordinates(IPolygon)

Static

Returns a two-dimensional array representing the points of the specified polygon.

public static IPoint[][] GetCoordinates(IPolygon polygon)

Parameters

polygon IPolygon

The polygon.

Returns

Array of Array of IPoint

A two-dimensional array of IPoint.