Wiki > TV3D65 Index > TVScreen2DImmediate
Draw_Texture
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | Draw_Texture(tex As Integer , x1 As Single , y1 As Single , x2 As Single , y2 As Single , color1 As Integer , color2 As Integer , color3 As Integer , color4 As Integer , tu1 As Single , tv1 As Single , tu2 As Single , tv2 As Single) |
| C++ | void Draw_Texture(int tex , float x1 , float y1 , float x2 , float y2 , int color1 , int color2 , int color3 , int color4 , float tu1 , float tv1 , float tu2 , float tv2 ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| tex | No | tex description |
| x1 | No | x1 description |
| y1 | No | y1 description |
| x2 | No | x2 description |
| y2 | No | y2 description |
| color1 | Yes | color1 description |
| color2 | Yes | color2 description |
| color3 | Yes | color3 description |
| color4 | Yes | color4 description |
| tu1 | Yes | tu1 description |
| tv1 | Yes | tv1 description |
| tu2 | Yes | tu2 description |
| tv2 | Yes | tv2 description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.