DXGraphicsPath.AddLine Method
Name | Parameters | Description |
---|---|---|
AddLine(PointF, PointF) | startPoint, endPoint | Appends a line segment to the figure. |
AddLine(Single, Single, Single, Single) | x1, y1, x2, y2 | Appends a line segment to the figure. |
Name | Parameters | Description |
---|---|---|
AddLine(PointF, PointF) | startPoint, endPoint | Appends a line segment to the figure. |
AddLine(Single, Single, Single, Single) | x1, y1, x2, y2 | Appends a line segment to the figure. |
No
Your feedback is appreciated.