MultiPolygonGeometry.MultiPolygonGeometry Constructors
Initializes a new instance of the MultiPolygonGeometry class.
Overload List
Name | Description | |
---|---|---|
Public method | MultiPolygonGeometry() | Initializes a new empty instance of the MultiPolygonGeometry class. |
Public method | MultiPolygonGeometry(PolygonGeometryCollection polygons) | Initializes a new instance of the MultiPolygonGeometry that takes ownership of the given polygons. |
Public method | MultiPolygonGeometry(IEnumerable< PolygonGeometry > polygons) | Initializes new instance of the MultiPolygonGeometry class with the given polygons. |
MultiPolygonGeometry()
Initializes a new empty instance of the MultiPolygonGeometry class.Syntax
public MultiPolygonGeometry ()
MultiPolygonGeometry(PolygonGeometryCollection polygons)
Initializes a new instance of the MultiPolygonGeometry that takes ownership of the given polygons.Syntax
public MultiPolygonGeometry (
PolygonGeometryCollection polygons
)
Parameters
A collection of polygons.
Remarks
This constructor throws an exception if the new MultiPolygonGeometry cannot take over ownership of polygons.
MultiPolygonGeometry(IEnumerable< PolygonGeometry > polygons)
Initializes new instance of the MultiPolygonGeometry class with the given polygons.Syntax
public MultiPolygonGeometry (
IEnumerable< PolygonGeometry > polygons
)
Parameters
A collection of polygons to take ownership of.
Remarks
This constructor throws an exception if the new MultiPolygonGeometry cannot take over ownership of the specified polygons.
Platforms
Windows, Linux, Android