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