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