IPolygon Interface

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Geometry.Shapes
Assembly Skybrud.Essentials.Maps.dll
Visibility Public
Interfaces IShape, IGeometry

Interface represeting a polygon.

public interface IPolygon : IShape, IGeometry { }

Properties

Type Name Summary
Array of IPoint Outer

Gets the array of the outer coordinates of the polygon.

Array of Array of IPoint Inner

Gets the arrays of the inner coordinates of any inner polygon.