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