MultiPolygon.Add method

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

Add(IPolygon)

Adds the specified polygon to the collection.

public Void Add(IPolygon polygon)

Parameters

polygon IPolygon

The polygon to be added.

Returns