PolygonGeometryCollection.PolygonGeometryCollection Constructors
Initializes a new instance of the PolygonGeometryCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | PolygonGeometryCollection() | Initializes a new empty instance of the PolygonGeometryCollection class. |
Public method | PolygonGeometryCollection(IEnumerable< PolygonGeometry > items) | Initializes a new instance of the PolygonGeometryCollection class with the specified elements. |
PolygonGeometryCollection()
Initializes a new empty instance of the PolygonGeometryCollection class.Syntax
public PolygonGeometryCollection ()
PolygonGeometryCollection(IEnumerable< PolygonGeometry > items)
Initializes a new instance of the PolygonGeometryCollection class with the specified elements.Syntax
public PolygonGeometryCollection (
IEnumerable< PolygonGeometry > items
)
Parameters
items
Type: A collection of PolygonGeometry elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android