[]
Creates a new collection of lines.
public LineCollection()
Public Sub New()
Creates a new collection of lines that is a copy of the specified collection of lines.
public LineCollection(LineCollection collection)
Public Sub New(collection As LineCollection)
| Type | Name | Description |
|---|---|---|
| LineCollection | collection |
| Type | Condition |
|---|---|
| ArgumentNullException | collection is a null reference (Nothing in VB). |