Wiki > TV3D65 Index > TVScreen2DImmediate
Draw_Line
DESCRIPTION
Draws a line on the screen.
DECLARATION
| VB.NET | Draw_Line(x As Single , y As Single , x1 As Single , y1 As Single , color1 As Integer , color2 As Integer) |
| C++ | void Draw_Line(float x , float y , float x1 , float y1 , int color1 , int color2 ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| x | No | x description |
| y | No | y description |
| x1 | No | x1 description |
| y1 | No | y1 description |
| color1 | Yes | color1 description |
| color2 | Yes | color2 description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.