Polygon.Insert method

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

Insert(int, IPoint)

Inserts point at the specified index.

public Void Insert(int index, IPoint point)

Parameters

index int

The index.

point IPoint

The point to be added.

Returns