[]
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, Point start, Point end)
| Type | Name | Description |
|---|---|---|
| string | value | |
| Point | start | |
| Point | end |