[]
Initializes a new instance of the BorderLine class.
public BorderLine()
Initializes a new instance of the BorderLine class.
public BorderLine(DashStyle style, float thickness, Color color, PointF ptStart, PointF ptEnd)
Type | Name | Description |
---|---|---|
DashStyle | style | The style of the line. For a list of valid values, see here: DashStyle |
float | thickness | The thickness of the line. |
Color | color | The color of the line. |
PointF | ptStart | The start point of the line. |
PointF | ptEnd | The end point of the line. |