MultiPolygon.Remove method

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

Remove(IPolygon)

Removes the specified polygon from the collection.

public Void Remove(IPolygon polygon)

Parameters

polygon IPolygon

The collection to be removed.

Returns

Remove(int)

Removes the polygon at the specified index.

public Void Remove(int index)

Parameters

index int

The index at which the polygon should be removed.

Returns