VectorGeometryCollection.VectorGeometryCollection Constructors
Initializes a new instance of the VectorGeometryCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | VectorGeometryCollection() | Initializes a new empty instance of the VectorGeometryCollection class. |
Public method | VectorGeometryCollection(IEnumerable< VectorGeometry > items) | Initializes a new instance of the VectorGeometryCollection class with the specified elements. |
VectorGeometryCollection()
Initializes a new empty instance of the VectorGeometryCollection class.Syntax
public VectorGeometryCollection ()
VectorGeometryCollection(IEnumerable< VectorGeometry > items)
Initializes a new instance of the VectorGeometryCollection class with the specified elements.Syntax
public VectorGeometryCollection (
IEnumerable< VectorGeometry > items
)
Parameters
items
Type: A collection of VectorGeometry 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