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