Draw a line with drawing options.
This function lets you draw a line on the screen from x1, y1 to x2, y2. Also specify drawing options. Valid display option constants are listed in the Drawing option constants group.
- See also:
- TDrawLine
- Parameters:
-
| _x1 | The x value for the start of the line. |
| _y1 | The y value for the start of the line. |
| _x2 | The x value for the end of the line. |
| _y2 | The y value for the end of the line. |
| _options | The optional drawing options. |