MapsExtensions.GetCoordinates method

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

GetCoordinates(IPolygon)

Static

Gets a two-dimensional 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.