IMultiPolygon 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, IEnumerable<T>, IEnumerable
|
Interface representing a collection of polygons.
public interface IMultiPolygon : IShape, IGeometry, IEnumerable<T>, IEnumerable { }
Properties
| Type | Name | Summary |
|---|---|---|
| Array of IPolygon | Polygons |
Gets an array of polygons that makes up the collection. |