[]
Renders a line for the document.
public void RenderDirectLine(object fromX, object fromY, object toX, object toY, Color color, double width)
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. |