DXGraphics.DrawLine Method
Name | Parameters | Description |
---|---|---|
DrawLine(DXPen, PointF, PointF) | pen, pt1, pt2 | Draws a line that connects two points. |
DrawLine(DXPen, Single, Single, Single, Single) | pen, x1, y1, x2, y2 | Draws a line that connects two points. |