[]
Create an instance of Line.
public Line()
Create an instance of Line.
public Line(string value)
| Type | Name | Description |
|---|---|---|
| string | value |
Create an instance of Line.
public Line(string value, C1Point start, C1Point end)
| Type | Name | Description |
|---|---|---|
| string | value | |
| C1Point | start | |
| C1Point | end |