Wiki > TV3D65 Index > TVScreen2DImmediate
Draw_TextureRotated
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | Draw_TextureRotated(tex As Integer , x As Single , y As Single , width As Single , height As Single , angle 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_TextureRotated(int tex , float x , float y , float width , float height , float angle , int color1 , int color2 , int color3 , int color4 , float tu1 , float tv1 , float tu2 , float tv2 ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| tex | No | tex description |
| x | No | x description |
| y | No | y description |
| width | No | width description |
| height | No | height description |
| angle | No | angle 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.