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