[]
Renders a line for the document.
public void RenderDirectLine(object fromX, object fromY, object toX, object toY, Color color, double width)
Public Sub RenderDirectLine(fromX As Object, fromY As Object, toX As Object, toY As Object, color As Color, width As Double)
| Type | Name | Description |
|---|---|---|
| object | fromX | Start x-coordinate. |
| object | fromY | Start y-coordinate. |
| object | toX | End x-coordinate. |
| object | toY | End y-coordinate. |
| Color | color | Color of the line. |
| double | width | Width of the line. |